* [U-Boot] [PATCH] powerpc/p2041rdb: enable generic board configs
@ 2014-12-01 7:39 shh.xie at gmail.com
2014-12-16 17:16 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: shh.xie at gmail.com @ 2014-12-01 7:39 UTC (permalink / raw)
To: u-boot
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
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-16 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 7:39 [U-Boot] [PATCH] powerpc/p2041rdb: enable generic board configs shh.xie at gmail.com
2014-12-16 17:16 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox