public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] mx31pdk: Fix CONFIG_SYS_MEMTEST_END
@ 2012-02-10  0:25 Fabio Estevam
  2012-02-10  0:25 ` [U-Boot] [PATCH 2/5] mx51evk: " Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabio Estevam @ 2012-02-10  0:25 UTC (permalink / raw)
  To: u-boot

CONFIG_SYS_MEMTEST_END should be higher than CONFIG_SYS_MEMTEST_START.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx31pdk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 4da6020..49d440b 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -141,7 +141,7 @@
 
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START	0x80000000
-#define CONFIG_SYS_MEMTEST_END		0x10000
+#define CONFIG_SYS_MEMTEST_END		0x80010000
 
 /* default load address */
 #define CONFIG_SYS_LOAD_ADDR		0x81000000
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-10  3:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  0:25 [U-Boot] [PATCH 1/5] mx31pdk: Fix CONFIG_SYS_MEMTEST_END Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 2/5] mx51evk: " Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 3/5] mx53evk: " Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 4/5] mx53smd: " Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 5/5] efikamx: " Fabio Estevam
2012-02-10  3:46   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox