[U-Boot] [PATCH] board/freescale: use generic board architecture for p1025-twr

From: Ying Zhang b40530@freescale.com
Use generic board architecture for p1025-twr, tested with NOR boot and NAND boot on p1025-twr.
Signed-off-by: Ying Zhang b40530@freescale.com --- include/configs/p1_twr.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 911203d..b98c71e 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -10,6 +10,8 @@ #ifndef __CONFIG_H #define __CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #if defined(CONFIG_TWR_P1025) #define CONFIG_BOARDNAME "TWR-P1025" #define CONFIG_P1025

On 11/03/2014 11:10 PM, ying.zhang@freescale.com wrote:
From: Ying Zhang b40530@freescale.com
Use generic board architecture for p1025-twr, tested with NOR boot and NAND boot on p1025-twr.
Signed-off-by: Ying Zhang b40530@freescale.com
Applied to u-boot-mpc85xx, awaiting upstream.
York
participants (2)
-
ying.zhang@freescale.com
-
York Sun