summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2014-12-01 15:39:23 +0800
committerYork Sun <yorksun@freescale.com>2014-12-15 09:15:04 -0800
commit84d13c58104ea121a8d38a1d9c71e404d8666875 (patch)
tree9bb6720ea2d01440e40179a4edac2bcc3b4d7a68
parent9a509cf66adc9d0d48cf944bc07f8f78c5ff6494 (diff)
downloadtalos-obmc-uboot-84d13c58104ea121a8d38a1d9c71e404d8666875.tar.gz
talos-obmc-uboot-84d13c58104ea121a8d38a1d9c71e404d8666875.zip
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>
-rw-r--r--include/configs/P2041RDB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h
index 2e11aaa13c..2eab964c75 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
OpenPOWER on IntegriCloud