summaryrefslogtreecommitdiff
path: root/include/configs/mx53smd.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-02-09 14:25:10 (GMT)
committerStefano Babic <sbabic@denx.de>2012-03-27 07:41:15 (GMT)
commit869aed7bcea04e449521fdf5f494207b13afed6b (patch)
treed27d468589fe50bdfaf3b820c8ff964aac8bb496 /include/configs/mx53smd.h
parentbc9d5ef107b3feca44eacd18b321e8b4547462f9 (diff)
downloadu-boot-869aed7bcea04e449521fdf5f494207b13afed6b.tar.xz
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/configs/mx53smd.h')
-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 032f722..a04db3f 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