]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/p1_p2_rdb/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / freescale / p1_p2_rdb / Kconfig
index 6d718b94f879d21330edd7fb065bb5d7bdc9ad9b..d7ad35d4030d7b70243c1281b45074bcf27a8ee0 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_P1_P2_RDB
 
 config SYS_BOARD
-       string
        default "p1_p2_rdb"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "P1_P2_RDB"
 
 endif