summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2013-11-26 13:59:15 +0800
committerYork Sun <yorksun@freescale.com>2013-12-04 14:54:24 -0800
commitc3cc02af6ce6f4ff2fa494aeb4dbf1e037254877 (patch)
tree3456a9c006a45f88574ad8ca694cfbb54e850642 /include/configs/P1010RDB.h
parent24936ed1c9a19ff855e00a37ee94ecf3941743ee (diff)
downloadblackbird-obmc-uboot-c3cc02af6ce6f4ff2fa494aeb4dbf1e037254877.tar.gz
blackbird-obmc-uboot-c3cc02af6ce6f4ff2fa494aeb4dbf1e037254877.zip
powerpc/p1010rdb:modify the mtest start_address
In new board P1010RDB-PB, the interrupt vector table is at the start of memory. So if the start_address needs to be set a proper value. Signed-off-by: Zhao Qiang <B45475@freescale.com> Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index eab386add4..1ed5e1df21 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -173,7 +173,7 @@
#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
#endif
-#define CONFIG_SYS_MEMTEST_START 0x00000000 /* memtest works on */
+#define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */
#define CONFIG_SYS_MEMTEST_END 0x1fffffff
#define CONFIG_PANIC_HANG /* do not reset board on panic */
OpenPOWER on IntegriCloud