]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
keymile/powerpc: move to the architecture-generic board system
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 3 Oct 2014 09:45:24 +0000 (11:45 +0200)
committerYork Sun <yorksun@freescale.com>
Fri, 14 Nov 2014 19:12:15 +0000 (11:12 -0800)
This converts all the Keymile powerpc boards to the generic board
initialization.

This includes the 3 Keymile powerpc subsystems: km82xx, km83xx,
and kmp204x.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/km/km83xx-common.h
include/configs/km/kmp204x-common.h
include/configs/km82xx.h

index ae6b6dcf246c27d2bb1837bd21986d88c2784b64..940000ea71292e8f6589a5e4bf127754b2828e08 100644 (file)
@@ -8,6 +8,9 @@
 #ifndef __CONFIG_KM83XX_H
 #define __CONFIG_KM83XX_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 /* include common defines/options for all Keymile boards */
 #include "keymile-common.h"
 #include "km-powerpc.h"
index c5c9dfcd8ab0190282978efbc68bbae0b91f99d7..864e5f12ad9c792863d6446a7af588442f0b9b6d 100644 (file)
@@ -21,6 +21,9 @@
 
 #define CONFIG_NAND_ECC_BCH
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 /* common KM defines */
 #include "keymile-common.h"
 
index 029c348285202404fe57054a3baf16b387c06c48..69ba66ae6efb45dd8aa0ef91daaac64bbbfaf0f1 100644 (file)
@@ -29,6 +29,9 @@
 #error ("Board unsupported")
 #endif
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #define        CONFIG_SYS_TEXT_BASE    0xFE000000
 
 /* include common defines/options for all Keymile boards */