]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/samsung/universal_c210/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / samsung / universal_c210 / Kconfig
index 72b879a26b480c68c963e74d9e0f07ae9f9a833a..e692668115b3ae77637a2d500d3c428d75e14bc7 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_S5PC210_UNIVERSAL
 
 config SYS_BOARD
-       string
        default "universal_c210"
 
 config SYS_VENDOR
-       string
        default "samsung"
 
 config SYS_CONFIG_NAME
-       string
        default "s5pc210_universal"
 
 endif