]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/palmtc/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / palmtc / Kconfig
index 86fb63b5d17950730cc556c24a59b8dad5ef01e1..5207490e88b918786049ae1a1320acc977832b53 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_PALMTC
 
 config SYS_CPU
-       string
        default "pxa"
 
 config SYS_BOARD
-       string
        default "palmtc"
 
 config SYS_CONFIG_NAME
-       string
        default "palmtc"
 
 endif