]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
socrates: change default mtest address range
authorAnatolij Gustschin <agust@denx.de>
Wed, 17 Sep 2008 11:46:17 +0000 (13:46 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 22 Sep 2008 19:49:19 +0000 (21:49 +0200)
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>
include/configs/socrates.h

index 28e8fd2f9cbd550cae7be9d8eb9d040791ce8b6d..bbb9d18b5ba78f06ac811b88e751db0e1af2d73c 100644 (file)
@@ -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