diff mbox

[U-Boot] powerpc/bsc913x: Convert to use generic board code

Message ID 1417515947-29292-1-git-send-email-harninder.rai@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

harninder rai Dec. 2, 2014, 10:25 a.m. UTC
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
---
 include/configs/BSC9131RDB.h |    3 +++
 include/configs/BSC9132QDS.h |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

Comments

York Sun Dec. 16, 2014, 5:15 p.m. UTC | #1
On 12/02/2014 02:25 AM, Harninder Rai wrote:
> Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
> ---

Applied to u-boot-mpc85xx master, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h
index adb8146..eeb0671 100644
--- a/include/configs/BSC9131RDB.h
+++ b/include/configs/BSC9131RDB.h
@@ -11,6 +11,9 @@ 
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #ifdef CONFIG_BSC9131RDB
 #define CONFIG_BSC9131
 #define CONFIG_NAND_FSL_IFC
diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h
index 2722a32..e8a8d29 100644
--- a/include/configs/BSC9132QDS.h
+++ b/include/configs/BSC9132QDS.h
@@ -11,6 +11,9 @@ 
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #ifdef CONFIG_BSC9132QDS
 #define CONFIG_BSC9132
 #endif