Commit bec0160e9f5adab1d451ded3a95b0114b14e1970

Authored by Eric Nelson
Committed by Stefano Babic
1 parent 2d7237c92f

i.MX6Q: mx6qsabre*: Configure to allow CONFIG_SYS_ALT_MEMTEST

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

include/configs/mx6qsabre_common.h
... ... @@ -171,6 +171,7 @@
171 171  
172 172 #define CONFIG_SYS_MEMTEST_START 0x10000000
173 173 #define CONFIG_SYS_MEMTEST_END 0x10010000
  174 +#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
174 175  
175 176 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
176 177 #define CONFIG_SYS_HZ 1000
include/configs/mx6qsabrelite.h
... ... @@ -241,6 +241,7 @@
241 241  
242 242 #define CONFIG_SYS_MEMTEST_START 0x10000000
243 243 #define CONFIG_SYS_MEMTEST_END 0x10010000
  244 +#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
244 245  
245 246 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
246 247 #define CONFIG_SYS_HZ 1000