powerpc: ppc4xx: convert AMCC boards to generic board
authorAnatolij Gustschin <agust@denx.de>
Sat, 28 Mar 2015 15:49:47 +0000 (16:49 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 28 Mar 2015 16:09:46 +0000 (12:09 -0400)
Add CONFIG_SYS_GENERIC_BOARD to amcc-common.h and CONFIG_DISPLAY_BOARDINFO
to Kconfig files. canyonlands.h includes amcc-common.h, so remove
CONFIG_SYS_GENERIC_BOARD definition there.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Feng Kan <fkan@amcc.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tom Rini <trini@konsulko.com>
18 files changed:
board/amcc/acadia/Kconfig
board/amcc/bamboo/Kconfig
board/amcc/bubinga/Kconfig
board/amcc/ebony/Kconfig
board/amcc/katmai/Kconfig
board/amcc/kilauea/Kconfig
board/amcc/luan/Kconfig
board/amcc/makalu/Kconfig
board/amcc/ocotea/Kconfig
board/amcc/redwood/Kconfig
board/amcc/sequoia/Kconfig
board/amcc/taihu/Kconfig
board/amcc/taishan/Kconfig
board/amcc/walnut/Kconfig
board/amcc/yosemite/Kconfig
board/amcc/yucca/Kconfig
include/configs/amcc-common.h
include/configs/canyonlands.h

index 033deaf..7c0ef53 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "acadia"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index c0bd40a..d44a36a 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "bamboo"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 540d9b6..fc40f6e 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "bubinga"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 62394b6..ba73148 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "ebony"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index fc606cf..59d3ef5 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "katmai"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 3f2f434..5dfd9eb 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "kilauea"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 3df90af..36b44ff 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "luan"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 31ce5f1..7f8498a 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "makalu"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 18c1a15..489e8a4 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "ocotea"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index d710590..fee6441 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "redwood"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 67ee3ca..6e6e408 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "sequoia"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index fc5cb1d..faafb08 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "taihu"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index abd07f5..9ad8a4c 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "taishan"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 94e3dc9..d4c451d 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "walnut"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index dfa1068..ec51236 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "yosemite"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 61d9589..338b6a9 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "yucca"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif
index 73e1b0a..d5b6e37 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __AMCC_COMMON_H
 #define __AMCC_COMMON_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_SYS_SDRAM_BASE          0x00000000      /* _must_ be 0          */
 #define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE    /* Start of U-Boot      */
 #define CONFIG_SYS_MONITOR_LEN         (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)
index 7a1499d..ed790cc 100644 (file)
@@ -13,8 +13,6 @@
 
 #include <linux/kconfig.h>
 
-#define CONFIG_SYS_GENERIC_BOARD
-
 /*-----------------------------------------------------------------------
  * High Level Configuration Options
  *----------------------------------------------------------------------*/