From: John Linn Date: Wed, 1 Aug 2012 23:40:48 +0000 (-0700) Subject: Xilinx: ARM: update memory amount for ZC702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=714a71f7ba19f3ce3f0e023006e3328225774ff2;p=thirdparty%2Fu-boot.git Xilinx: ARM: update memory amount for ZC702 Since u-boot is altering the device tree to match the amount of memory when using the bootm command, the amount needs to be accurate. Signed-off-by: John Linn --- diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 7f3297a54cd..488759abee6 100644 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.h @@ -74,7 +74,7 @@ /* * Physical Memory map */ -#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024) +#define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024) /* * SPI Settings