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

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(-)
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

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
participants (2)
-
Harninder Rai
-
York Sun