diff mbox

[U-Boot] board/freescale: use generic board architecture for p1010rdb

Message ID 1415250308-2613-1-git-send-email-ying.zhang@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

ying.zhang@freescale.com Nov. 6, 2014, 5:05 a.m. UTC
From: Ying Zhang <b40530@freescale.com>

Use generic board architecture for p1010rdb, tested with NOR
boot on p1010rdb-pb.

Signed-off-by: Ying Zhang <b40530@freescale.com>
---
 include/configs/P1010RDB.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

York Sun Dec. 5, 2014, 4:22 p.m. UTC | #1
On 11/05/2014 09:05 PM, ying.zhang@freescale.com wrote:
> From: Ying Zhang <b40530@freescale.com>
> 
> Use generic board architecture for p1010rdb, tested with NOR
> boot on p1010rdb-pb.
> 
> Signed-off-by: Ying Zhang <b40530@freescale.com>
> ---

Applied to u-boot-mpc85xx, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index d378dbd..cd6a39c 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -14,6 +14,8 @@ 
 #ifdef CONFIG_36BIT
 #define CONFIG_PHYS_64BIT
 #endif
+#define	CONFIG_SYS_GENERIC_BOARD
+#define	CONFIG_DISPLAY_BOARDINFO
 
 #define CONFIG_P1010
 #define CONFIG_E500			/* BOOKE e500 family */