From: Jagannadha Sutradharudu Teki Date: Wed, 15 Aug 2012 05:51:44 +0000 (+0530) Subject: Xilinx: ARM: update memory amount for AFX X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dde04c6322cea70b82cf27fdfd15eb17d71c6f4;p=thirdparty%2Fu-boot.git Xilinx: ARM: update memory amount for AFX 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_afx.h b/include/configs/zynq_afx.h index d98af2d4fb0..cc143dbb405 100644 --- a/include/configs/zynq_afx.h +++ b/include/configs/zynq_afx.h @@ -81,7 +81,7 @@ /* * Physical Memory map */ -#define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024) +#define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) /* * UART Settings