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