[U-Boot] [PATCH] powerpc/p2041rdb: enable generic board configs

From: Shaohui Xie Shaohui.Xie@freescale.com
Add following configs in header file: CONFIG_SYS_GENERIC_BOARD CONFIG_DISPLAY_BOARDINFO
Signed-off-by: Shaohui Xie Shaohui.Xie@freescale.com --- include/configs/P2041RDB.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 16f7525..ef06227 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -13,6 +13,8 @@
#define CONFIG_P2041RDB #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_PPC_P2041
#ifdef CONFIG_RAMBOOT_PBL

On 11/30/2014 11:39 PM, shh.xie@gmail.com wrote:
From: Shaohui Xie Shaohui.Xie@freescale.com
Add following configs in header file: CONFIG_SYS_GENERIC_BOARD CONFIG_DISPLAY_BOARDINFO
Signed-off-by: Shaohui Xie Shaohui.Xie@freescale.com
Applied to u-boot-mpc85xx master, awaiting upstream.
York
participants (2)
-
shh.xie@gmail.com
-
York Sun