]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/st-ericsson/snowball/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / st-ericsson / snowball / Kconfig
index b5ead0fcfa238337e69af5b6177d69bb2a49c561..7eb99697d5fc9674102c142136ca5f4508c0974f 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_SNOWBALL
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "snowball"
 
 config SYS_VENDOR
-       string
        default "st-ericsson"
 
 config SYS_SOC
-       string
        default "u8500"
 
 config SYS_CONFIG_NAME
-       string
        default "snowball"
 
 endif