summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiego Sueiro <[email protected]>2021-02-15 07:27:57 +0000
committerTom Rini <[email protected]>2021-02-24 16:51:48 -0500
commit9abe5e68033dab0d521475090ffd0cef9cb2c581 (patch)
treef41c904204d071c256addfdabec20ffd6b00ff9b /include
parent25d34b936cef12cf8b481b64fe9d02c08df12908 (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vexpress_aemv8a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 566bee5b87b..7318fb6c585 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -117,6 +117,9 @@
#ifdef CONFIG_TARGET_VEXPRESS64_JUNO
#define PHYS_SDRAM_2 (0x880000000)
#define PHYS_SDRAM_2_SIZE 0x180000000
+#elif CONFIG_TARGET_VEXPRESS64_BASE_FVP && CONFIG_NR_DRAM_BANKS == 2
+#define PHYS_SDRAM_2 (0x880000000)
+#define PHYS_SDRAM_2_SIZE 0x80000000
#endif
/* Enable memtest */