]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/bamboo/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / amcc / bamboo / Kconfig
index a002cfa42872a5a46476a9ded533b49d75307fdb..c0bd40aee77f7b4689425eb224541f84fe0d77cb 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_BAMBOO
 
 config SYS_BOARD
-       string
        default "bamboo"
 
 config SYS_VENDOR
-       string
        default "amcc"
 
 config SYS_CONFIG_NAME
-       string
        default "bamboo"
 
 endif