Re: [PATCH] vexpress64_fvp: Set DRAM to 4G to match with kernel devicetree

2021-02-25 Thread Tom Rini
On Mon, Feb 15, 2021 at 07:27:57AM +, Diego Sueiro wrote: > Currently, the kernel devicetree is setting the DRAM size to ~4G. > > Signed-off-by: Diego Sueiro Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] vexpress64_fvp: Set DRAM to 4G to match with kernel devicetree

2021-02-15 Thread Diego Sueiro
Currently, the kernel devicetree is setting the DRAM size to ~4G. Signed-off-by: Diego Sueiro --- configs/vexpress_aemv8a_semi_defconfig | 2 +- include/configs/vexpress_aemv8a.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/vexpress_aemv8a_semi_defconfig b