Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabre*: Configure to allow CONFIG_SYS_ALT_MEMTEST

2013-02-12 Thread Stefano Babic
On 01/02/2013 19:08, Eric Nelson wrote:
> In order to use the more thorough memory test, the macro
> CONFIG_SYS_MEMTEST_SCRATCH must be defined with a usable
> address.
> 
> Signed-off-by: Eric Nelson 
> ---


Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] i.MX6Q: mx6qsabre*: Configure to allow CONFIG_SYS_ALT_MEMTEST

2013-02-01 Thread Eric Nelson
In order to use the more thorough memory test, the macro
CONFIG_SYS_MEMTEST_SCRATCH must be defined with a usable
address.

Signed-off-by: Eric Nelson 
---
 include/configs/mx6qsabre_common.h |1 +
 include/configs/mx6qsabrelite.h|1 +
 2 files changed, 2 insertions(+)

diff --git a/include/configs/mx6qsabre_common.h 
b/include/configs/mx6qsabre_common.h
index d76357c..f7e8779 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -171,6 +171,7 @@
 
 #define CONFIG_SYS_MEMTEST_START   0x1000
 #define CONFIG_SYS_MEMTEST_END 0x1001
+#define CONFIG_SYS_MEMTEST_SCRATCH 0x1080
 
 #define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
 #define CONFIG_SYS_HZ  1000
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 5ac93ad..a08e7f7 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -252,6 +252,7 @@
 
 #define CONFIG_SYS_MEMTEST_START   0x1000
 #define CONFIG_SYS_MEMTEST_END0x1001
+#define CONFIG_SYS_MEMTEST_SCRATCH 0x1080
 
 #define CONFIG_SYS_LOAD_ADDR  CONFIG_LOADADDR
 #define CONFIG_SYS_HZ 1000
-- 
1.7.9.5

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot