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