]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ms7720se/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / ms7720se / Kconfig
index 8873062a4de78b5fb7a6652a02b91d330f3dd20d..d935affdd9dd0e73e715c7ab1bf9e764525e00ba 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_MS7720SE
 
 config SYS_CPU
-       string
        default "sh3"
 
 config SYS_BOARD
-       string
        default "ms7720se"
 
 config SYS_CONFIG_NAME
-       string
        default "ms7720se"
 
 endif