* [U-Boot] [PATCH] powerpc/p1010rdb:modify the mtest start_address
@ 2013-11-26 5:59 Zhao Qiang
2013-12-04 23:38 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Zhao Qiang @ 2013-11-26 5:59 UTC (permalink / raw)
To: u-boot
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>
---
include/configs/P1010RDB.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index c1cfbd4..e0fb4c1 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 */
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] powerpc/p1010rdb:modify the mtest start_address
2013-11-26 5:59 [U-Boot] [PATCH] powerpc/p1010rdb:modify the mtest start_address Zhao Qiang
@ 2013-12-04 23:38 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2013-12-04 23:38 UTC (permalink / raw)
To: u-boot
On 11/25/2013 09:59 PM, Zhao Qiang wrote:
> 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>
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-04 23:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 5:59 [U-Boot] [PATCH] powerpc/p1010rdb:modify the mtest start_address Zhao Qiang
2013-12-04 23:38 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox