From: Michal Simek Date: Thu, 24 Sep 2015 18:15:20 +0000 (+0200) Subject: zynqmp: Use 2GB of memory X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8db3532d0576c1bf3373fb0a6b8ce013c602b983;p=thirdparty%2Fu-boot.git zynqmp: Use 2GB of memory 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 --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 2e63446998f..5a628838cc3 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -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