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