summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2008-09-17 13:46:17 +0200
committerWolfgang Denk <wd@denx.de>2008-09-22 21:49:19 +0200
commit5c65ecf7cd94df250b295621f3b24135cbcfe579 (patch)
tree4d2ac7743cc349efb2c76034a304dc168e1d4447 /include
parentd666b2d59674b5e002c0821b7ab83ec3ff90d670 (diff)
downloadtalos-obmc-uboot-5c65ecf7cd94df250b295621f3b24135cbcfe579.tar.gz
talos-obmc-uboot-5c65ecf7cd94df250b295621f3b24135cbcfe579.zip
socrates: change default mtest address range
Running mtest command on socrates without specifying an address range crashes the board. This patch changes default mtest address range to prevent this behavior. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socrates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 28e8fd2f9c..bbb9d18b5b 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -87,8 +87,8 @@
#define CFG_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
#undef CFG_DRAM_TEST /* memory test, takes time */
-#define CFG_MEMTEST_START 0x00000000
-#define CFG_MEMTEST_END 0x10000000
+#define CFG_MEMTEST_START 0x00400000
+#define CFG_MEMTEST_END 0x00C00000
/*
* Base addresses -- Note these are effective addresses where the
OpenPOWER on IntegriCloud