Skip to content
Snippets Groups Projects
Commit bec0160e authored by Eric Nelson's avatar Eric Nelson Committed by Stefano Babic
Browse files

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: default avatarEric Nelson <eric.nelson@boundarydevices.com>
parent 2d7237c9
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
#define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_END 0x10010000 #define CONFIG_SYS_MEMTEST_END 0x10010000
#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_HZ 1000
......
...@@ -241,6 +241,7 @@ ...@@ -241,6 +241,7 @@
#define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_END 0x10010000 #define CONFIG_SYS_MEMTEST_END 0x10010000
#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_HZ 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment