]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/vpac270/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / vpac270 / Kconfig
index e9170b0b7a19a59558316e5632f0977e15e5e2fb..a046f01f6d40c8b49058d2b5e6ca849f6015d216 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_VPAC270
 
 config SYS_CPU
-       string
        default "pxa"
 
 config SYS_BOARD
-       string
        default "vpac270"
 
 config SYS_CONFIG_NAME
-       string
        default "vpac270"
 
 endif