]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: update memory amount for ZC770
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Mon, 6 Aug 2012 08:23:41 +0000 (13:53 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Fri, 17 Aug 2012 11:23:39 +0000 (16:53 +0530)
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: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
include/configs/zynq_zc770.h

index 183bef67b6b8be9fb4257298b2e3c041a2309b6f..f1cf46aa4f165159ed30e3848a9611b58da74f30 100644 (file)
@@ -90,7 +90,7 @@
 /*
  * Physical Memory map
  */
-#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
+#define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024)
 
 #if defined(CONFIG_ZC770_XM010) || defined(CONFIG_ZC770_XM011) \
        || defined(CONFIG_ZC770_XM012)