]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/p1023rdb: Enable configs to use generic board code
authorChunhe Lan <Chunhe.Lan@freescale.com>
Fri, 7 Nov 2014 07:15:49 +0000 (15:15 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 5 Dec 2014 16:06:11 +0000 (08:06 -0800)
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>
include/configs/P1023RDB.h

index 6b29add78e683e45f67aeda7585d1a9548324d6a..2ce186e92c51100d9b31be5e0747437f04f82429 100644 (file)
@@ -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