diff mbox

[U-Boot] mpc85xx/p1022ds: convert to generic board

Message ID 1415342778-4896-1-git-send-email-Yuantian.Tang@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

tang yuantian Nov. 7, 2014, 6:46 a.m. UTC
From: Tang Yuantian <Yuantian.Tang@freescale.com>

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
---
 include/configs/P1022DS.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

York Sun Dec. 5, 2014, 4:24 p.m. UTC | #1
On 11/06/2014 10:46 PM, Yuantian.Tang@freescale.com wrote:
> From: Tang Yuantian <Yuantian.Tang@freescale.com>
> 
> Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
> ---

Applied to u-boot-mpc85xx, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h
index 54e2569..de0613f 100644
--- a/include/configs/P1022DS.h
+++ b/include/configs/P1022DS.h
@@ -11,6 +11,9 @@ 
 
 #include "../board/freescale/common/ics307_clk.h"
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #ifdef CONFIG_36BIT
 #define CONFIG_PHYS_64BIT
 #endif