]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/renesas/r2dplus/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / renesas / r2dplus / Kconfig
index d674d77276d8ca50d49305d7bf120bfc32ab73fe..c55c109f6b02dbcff367456fee4d59b6194028c6 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_R2DPLUS
 
 config SYS_CPU
-       string
        default "sh4"
 
 config SYS_BOARD
-       string
        default "r2dplus"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "r2dplus"
 
 endif