]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/zipitz2/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / zipitz2 / Kconfig
index 702edbff5fb8b03788b1060867f7c453d53af7cb..5f7fe1b23de5abf19469f11a17c6842d5d200ab1 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ZIPITZ2
 
 config SYS_CPU
-       string
        default "pxa"
 
 config SYS_BOARD
-       string
        default "zipitz2"
 
 config SYS_CONFIG_NAME
-       string
        default "zipitz2"
 
 endif