]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx35pdk/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / freescale / mx35pdk / Kconfig
index 5555b0ba378b03f4ef8aaf35d6b9b49e7d2b6fda..ca5b40f07d14a98389acb6dfaf27122c9234dc34 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_MX35PDK
 
 config SYS_CPU
-       string
        default "arm1136"
 
 config SYS_BOARD
-       string
        default "mx35pdk"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_SOC
-       string
        default "mx35"
 
 config SYS_CONFIG_NAME
-       string
        default "mx35pdk"
 
 endif