kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / renesas / alt / Kconfig
index dc01a38adbee03b342484d7e8bb12c0c66c30fc6..957962de20e03d15360db04c633221fbf80e7891 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ALT
 
 config SYS_BOARD
-       string
        default "alt"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "alt"
 
 endif