diff options
author | Diego Sueiro <diego.sueiro@arm.com> | 2021-02-15 07:27:57 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-24 16:51:48 -0500 |
commit | 9abe5e68033dab0d521475090ffd0cef9cb2c581 (patch) | |
tree | f41c904204d071c256addfdabec20ffd6b00ff9b /configs/vexpress_aemv8a_semi_defconfig | |
parent | 25d34b936cef12cf8b481b64fe9d02c08df12908 (diff) | |
download | u-boot-9abe5e68033dab0d521475090ffd0cef9cb2c581.tar.gz |
vexpress64_fvp: Set DRAM to 4G to match with kernel devicetree
Currently, the kernel devicetree is setting the DRAM size to ~4G.
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Diffstat (limited to 'configs/vexpress_aemv8a_semi_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_semi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig index a26137ef5dc..2ecb7762ce1 100644 --- a/configs/vexpress_aemv8a_semi_defconfig +++ b/configs/vexpress_aemv8a_semi_defconfig @@ -2,7 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_VEXPRESS64_BASE_FVP=y CONFIG_SYS_TEXT_BASE=0x88000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_NR_DRAM_BANKS=1 +CONFIG_NR_DRAM_BANKS=2 CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0xff000000 CONFIG_ENV_SIZE=0x40000 |