From: Zhao Qiang Date: Tue, 26 Nov 2013 05:59:15 +0000 (+0800) Subject: powerpc/p1010rdb:modify the mtest start_address X-Git-Tag: v2014.01-rc2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3cc02af6ce6f4ff2fa494aeb4dbf1e037254877;p=kernel%2Fu-boot.git 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 Acked-by: York Sun --- diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index eab386a..1ed5e1d 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 */