]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/phytec/pcm051/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / phytec / pcm051 / Kconfig
index e7104455ac1685e695fce1657d0c59f710f72d70..f4ed7fdbac4bd846d0e02d4ec3ce280b8c66f619 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_PCM051
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "pcm051"
 
 config SYS_VENDOR
-       string
        default "phytec"
 
 config SYS_SOC
-       string
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       string
        default "pcm051"
 
 endif