summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-04-01 10:58:05 -0500
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:05:41 +0800
commitfee78c67ec831884e30899bba8b6d7b3d5f48800 (patch)
tree00774d332215b644414321de8fc6aca5216d58cf /include/configs
parent26cd1312117d87f1b3e74a0316853902b5a460ac (diff)
downloadu-boot-imx-fee78c67ec831884e30899bba8b6d7b3d5f48800.zip
u-boot-imx-fee78c67ec831884e30899bba8b6d7b3d5f48800.tar.gz
u-boot-imx-fee78c67ec831884e30899bba8b6d7b3d5f48800.tar.bz2
MLK-10522-1: mx7d_arm: allow override mtest settings
* Allow to override mtest settings for target board variants that differs on physical sdram memory size Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 6173a3954b83ce22e24c62bc8ee922007b0929a6)
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7d_arm2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h
index 081545e..b476e5b 100644
--- a/include/configs/mx7d_arm2.h
+++ b/include/configs/mx7d_arm2.h
@@ -231,9 +231,11 @@
#define CONFIG_SYS_MAXARGS 256
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
+#ifndef CONFIG_CMD_MEMTEST
#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_MEMTEST_START 0x80000000
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x40000000)
+#endif
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
#define CONFIG_SYS_HZ 1000