diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2014-12-01 15:39:23 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-15 09:15:04 -0800 |
commit | 84d13c58104ea121a8d38a1d9c71e404d8666875 (patch) | |
tree | 9bb6720ea2d01440e40179a4edac2bcc3b4d7a68 /include/configs/P2041RDB.h | |
parent | 9a509cf66adc9d0d48cf944bc07f8f78c5ff6494 (diff) |
powerpc/p2041rdb: enable generic board configs
Add following configs in header file:
CONFIG_SYS_GENERIC_BOARD
CONFIG_DISPLAY_BOARDINFO
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P2041RDB.h')
-rw-r--r-- | include/configs/P2041RDB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 2e11aaa13cd..2eab964c753 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 |