]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
i.MX6Q: mx6qsabre*: Configure to allow CONFIG_SYS_ALT_MEMTEST
authorEric Nelson <eric.nelson@boundarydevices.com>
Fri, 1 Feb 2013 08:08:45 +0000 (08:08 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Feb 2013 17:44:54 +0000 (18:44 +0100)
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 <eric.nelson@boundarydevices.com>
include/configs/mx6qsabre_common.h
include/configs/mx6qsabrelite.h

index d76357c70f7eb8b8b64d5c53602251e1f542706d..f7e8779b40cff7b9d8f81c91f02ba06cc592c9a7 100644 (file)
 
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         0x10010000
+#define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 #define CONFIG_SYS_HZ                  1000
index 752f0981d2c61f948790678d7941051ffd57f48b..c8c3ccc9265828801c33c2f2bec339d186e546a4 100644 (file)
 
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END        0x10010000
+#define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
 #define CONFIG_SYS_LOAD_ADDR          CONFIG_LOADADDR
 #define CONFIG_SYS_HZ                 1000