powerpc: ppc4xx: convert AMCC boards to generic board
[pandora-u-boot.git] / board / amcc / bamboo / Kconfig
index a002cfa..d44a36a 100644 (file)
@@ -1,15 +1,16 @@
 if TARGET_BAMBOO
 
 config SYS_BOARD
-       string
        default "bamboo"
 
 config SYS_VENDOR
-       string
        default "amcc"
 
 config SYS_CONFIG_NAME
-       string
        default "bamboo"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif