summaryrefslogtreecommitdiffstats
path: root/include/configs/P1023RDB.h
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2014-11-07 15:15:49 +0800
committerYork Sun <yorksun@freescale.com>2014-12-05 08:06:11 -0800
commitfb735723696628a1a99e768fc25e646560588ec7 (patch)
treec6997593d32a170bd807f12ac332742b0b470410 /include/configs/P1023RDB.h
parent840a5182a5770234c30b249569596f912d7f9f20 (diff)
downloadblackbird-obmc-uboot-fb735723696628a1a99e768fc25e646560588ec7.tar.gz
blackbird-obmc-uboot-fb735723696628a1a99e768fc25e646560588ec7.zip
powerpc/p1023rdb: Enable configs to use generic board code
Add configs: o CONFIG_SYS_GENERIC_BOARD o CONFIG_DISPLAY_BOARDINFO in P1023RDB config header file to use U-boot generic board code. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/P1023RDB.h')
-rw-r--r--include/configs/P1023RDB.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h
index 6b29add78e..2ce186e92c 100644
--- a/include/configs/P1023RDB.h
+++ b/include/configs/P1023RDB.h
@@ -10,6 +10,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0xeff40000
#endif
OpenPOWER on IntegriCloud