]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/denx/m53evk/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / denx / m53evk / Kconfig
index 5e3298c1da4d27927a16b3f834a450e624c87685..5dbb7f8d5f62e23b696fc79d564b53d800e6c86f 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_M53EVK
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "m53evk"
 
 config SYS_VENDOR
-       string
        default "denx"
 
 config SYS_SOC
-       string
        default "mx5"
 
 config SYS_CONFIG_NAME
-       string
        default "m53evk"
 
 endif