kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / freescale / p2020come / Kconfig
index d4d7e13d59f0a12e66c7e44c02a285efdc733338..8ce5cf130086e818eb4e5eaa43ddb3dba699d956 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_P2020COME
 
 config SYS_BOARD
-       string
        default "p2020come"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "P2020COME"
 
 endif