public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] mx31ads: Provide proper range for memtest
@ 2012-02-12 15:38 Fabio Estevam
  2012-02-12 15:38 ` [U-Boot] [PATCH 2/5] mx35pdk: " Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Fabio Estevam @ 2012-02-12 15:38 UTC (permalink / raw)
  To: u-boot

memtest adresses should contain proper DRAM address range.

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

diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h
index 87638a4..fe073ba 100644
--- a/include/configs/mx31ads.h
+++ b/include/configs/mx31ads.h
@@ -146,8 +146,8 @@
 #define CONFIG_SYS_MAXARGS		16		/* max number of command args */
 #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 
-#define CONFIG_SYS_MEMTEST_START	0		/* memtest works on */
-#define CONFIG_SYS_MEMTEST_END		0x10000
+#define CONFIG_SYS_MEMTEST_START	(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2)
+#define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE)
 
 #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR
 
-- 
1.7.1

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

end of thread, other threads:[~2012-03-07 13:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-12 15:38 [U-Boot] [PATCH 1/5] mx31ads: Provide proper range for memtest Fabio Estevam
2012-02-12 15:38 ` [U-Boot] [PATCH 2/5] mx35pdk: " Fabio Estevam
2012-02-13  7:26   ` Stefano Babic
2012-03-07 10:10   ` Stefano Babic
2012-03-07 12:38     ` Wolfgang Denk
2012-03-07 13:08       ` Stefano Babic
2012-02-12 15:38 ` [U-Boot] [PATCH 3/5] flea3: " Fabio Estevam
2012-03-07 10:10   ` Stefano Babic
2012-03-07 12:39     ` Wolfgang Denk
2012-02-12 15:38 ` [U-Boot] [PATCH 4/5] imx31_litekit: " Fabio Estevam
2012-03-07 10:10   ` Stefano Babic
2012-02-12 15:38 ` [U-Boot] [PATCH 5/5] imx31_phycore: " Fabio Estevam
2012-03-07 10:11   ` Stefano Babic
2012-02-13  7:12 ` [U-Boot] [PATCH 1/5] mx31ads: " Marek Vasut
2012-03-07 10:11 ` Stefano Babic

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