summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Weber <thomas.weber@corscience.de>2013-09-06 15:04:56 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:55:59 -0400
commit69df69d1d4183629f59c17f6cac00412b74c2f0b (patch)
treeec6416392617e6b2ea3b6e9befcea6ecc39da265 /include
parent8ce1b82e8aa5dd173717e18f58291a7789317592 (diff)
downloadblackbird-obmc-uboot-69df69d1d4183629f59c17f6cac00412b74c2f0b.tar.gz
blackbird-obmc-uboot-69df69d1d4183629f59c17f6cac00412b74c2f0b.zip
tricorder: switch to alternative memtest
Increase the tested memory region for mtest and define CONFIG_SYS_MEMTEST_SCRATCH for CONFIG_SYS_ALT_MEMTEST Signed-off-by: Thomas Weber <thomas.weber@corscience.de> Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tricorder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index cb6467b53e..18ba065e51 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -292,9 +292,9 @@
/* Boot Argument Buffer Size */
#define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
-#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0 + 0x07000000)
+#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0 + 0x00000000)
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
- 0x01000000) /* 16MB */
+ 0x07000000) /* 112 MB */
#define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0 + 0x02000000)
@@ -383,4 +383,6 @@
#define CONFIG_SYS_SPL_MALLOC_START 0x80208000
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
+#define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_SYS_MEMTEST_SCRATCH 0x81000000
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud