]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Use 2GB of memory
authorMichal Simek <michal.simek@xilinx.com>
Thu, 24 Sep 2015 18:15:20 +0000 (20:15 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Sep 2015 23:31:35 +0000 (01:31 +0200)
There is 4GB on board but this needs to be rework to get it work in
u-boot. Use maximum memory size without any intensive work.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 2e63446998f665661364417e3a7fd3d489cc71fc..5a628838cc32490ee5c3252ce0189f9d8bc1bfa5 100644 (file)
@@ -27,7 +27,7 @@
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define CONFIG_SYS_SDRAM_BASE          0
-#define CONFIG_SYS_SDRAM_SIZE          0x40000000
+#define CONFIG_SYS_SDRAM_SIZE          0x80000000
 
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END         CONFIG_SYS_SDRAM_SIZE