[U-Boot] [PATCHv1] powerpc/p2041rdb: Convert to generic board

Chris Packham judge.packham at gmail.com
Wed Dec 10 04:54:18 CET 2014


Add the following configuration:
  o CONFIG_SYS_GENERIC_BOARD
  o CONFIG_DISPLAY_BOARDINFO

Signed-off-by: Chris Packham <judge.packham at gmail.com>
---
Builds, pings and boots a kernel. Any other testing needed?

 include/configs/P2041RDB.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h
index 2357791..22a1513 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
-- 
2.2.0.rc0



More information about the U-Boot mailing list