From abcea1b5fa4e7b0cb5ddd7f3c815cf0ff8c8df75 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Mon, 6 Aug 2012 13:53:41 +0530 Subject: [PATCH] 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 --- include/configs/zynq_zc770.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3