]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/broadcom/bcm28155_ap/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / broadcom / bcm28155_ap / Kconfig
index 20c83d362291df73adcfb02bcc64e13ac2d68935..2e779f0174be7c6b28a6cc584cb9f03da7151e6e 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_BCM28155_AP
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "bcm28155_ap"
 
 config SYS_VENDOR
-       string
        default "broadcom"
 
 config SYS_SOC
-       string
        default "bcm281xx"
 
 config SYS_CONFIG_NAME
-       string
        default "bcm28155_ap"
 
 endif