summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-02-09 14:25:10 +0000
committerStefano Babic <sbabic@denx.de>2012-03-27 09:41:15 +0200
commit869aed7bcea04e449521fdf5f494207b13afed6b (patch)
treed27d468589fe50bdfaf3b820c8ff964aac8bb496 /include
parentbc9d5ef107b3feca44eacd18b321e8b4547462f9 (diff)
downloadblackbird-obmc-uboot-869aed7bcea04e449521fdf5f494207b13afed6b.tar.gz
blackbird-obmc-uboot-869aed7bcea04e449521fdf5f494207b13afed6b.zip
mx53smd: Fix CONFIG_SYS_MEMTEST_END
CONFIG_SYS_MEMTEST_END should be higher than CONFIG_SYS_MEMTEST_START. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx53smd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index 032f72261e..a04db3ff45 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -149,7 +149,7 @@
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
#define CONFIG_SYS_MEMTEST_START 0x70000000
-#define CONFIG_SYS_MEMTEST_END 0x10000
+#define CONFIG_SYS_MEMTEST_END 0x70010000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
OpenPOWER on IntegriCloud