summaryrefslogtreecommitdiff
path: root/include/configs/mx6ul_14x14_lpddr2_arm2.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-09-30 16:23:58 +0800
committerYe.Li <B37916@freescale.com>2015-09-30 16:49:28 +0800
commita587a48d81ed7e9217fb957ed948754b1b4e8957 (patch)
tree560333ff29cbab678db0a6eecea4c27b3eff728b /include/configs/mx6ul_14x14_lpddr2_arm2.h
parent5ac4bb5ae675a2d36da19ad7ee728403ca6e9b78 (diff)
downloadu-boot-imx-a587a48d81ed7e9217fb957ed948754b1b4e8957.zip
u-boot-imx-a587a48d81ed7e9217fb957ed948754b1b4e8957.tar.gz
u-boot-imx-a587a48d81ed7e9217fb957ed948754b1b4e8957.tar.bz2
MLK-11662-1 imx: mx6ul: Change 14x14 LPDDR2 ARM2 memory size to 256MB
The actual memory size is 256MB not 512MB, otherwise it has a wrap problem in memory and will cause memtester failed. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6ul_14x14_lpddr2_arm2.h')
-rw-r--r--include/configs/mx6ul_14x14_lpddr2_arm2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_lpddr2_arm2.h b/include/configs/mx6ul_14x14_lpddr2_arm2.h
index 5b29688..30bad9c 100644
--- a/include/configs/mx6ul_14x14_lpddr2_arm2.h
+++ b/include/configs/mx6ul_14x14_lpddr2_arm2.h
@@ -40,9 +40,11 @@
#undef CONFIG_VIDEO
#endif
+#define CONFIG_BOOTARGS_CMA_SIZE "cma=96M "
+
#include "mx6ul_arm2.h"
-#define PHYS_SDRAM_SIZE SZ_512M
+#define PHYS_SDRAM_SIZE SZ_256M
#ifdef CONFIG_SYS_USE_SPINOR
#define CONFIG_CMD_SF