From: Jagannadha Sutradharudu Teki Date: Mon, 6 Aug 2012 08:23:41 +0000 (+0530) Subject: Xilinx: ARM: update memory amount for ZC770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abcea1b5fa4e7b0cb5ddd7f3c815cf0ff8c8df75;p=thirdparty%2Fu-boot.git Xilinx: ARM: update memory amount for ZC770 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 --- diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 183bef67b6b..f1cf46aa4f1 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -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)