kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / davinci / schmoogie / Kconfig
index 7aa459deb5d4ab5fb07bf2e222b7cdd15f79898b..35810755f960cd6528779ea374613fe7233c6f63 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_DAVINCI_SCHMOOGIE
 
 config SYS_BOARD
-       string
        default "schmoogie"
 
 config SYS_VENDOR
-       string
        default "davinci"
 
 config SYS_CONFIG_NAME
-       string
        default "davinci_schmoogie"
 
 endif