kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / freescale / c29xpcie / Kconfig
index be9c2378394c19de8ca275b2f49adc2e10465519..17369b8ca7eb1463ace6b4da03909090e2da7465 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_C29XPCIE
 
 config SYS_BOARD
-       string
        default "c29xpcie"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "C29XPCIE"
 
 endif