From 2dde04c6322cea70b82cf27fdfd15eb17d71c6f4 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Wed, 15 Aug 2012 11:21:44 +0530 Subject: [PATCH] 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 --- include/configs/zynq_afx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3