]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/imx31_phycore/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / imx31_phycore / Kconfig
index c74f4a60cd448e77b62899a5ec75f89d8af20f48..cf3358dfe0ab7091b93f80df79d93a1e94998e1e 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_IMX31_PHYCORE
 
 config SYS_CPU
-       string
        default "arm1136"
 
 config SYS_BOARD
-       string
        default "imx31_phycore"
 
 config SYS_SOC
-       string
        default "mx31"
 
 config SYS_CONFIG_NAME
-       string
        default "imx31_phycore"
 
 endif