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