]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/broadcom/bcm958622hr/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / broadcom / bcm958622hr / Kconfig
index 6d0959221a9f75db31c72c33e771994ba481bdb4..9038f5b0a39868478b4f02a2441e0c41fa7c9823 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_BCM958622HR
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "bcm_ep"
 
 config SYS_VENDOR
-       string
        default "broadcom"
 
 config SYS_SOC
-       string
        default "bcmnsp"
 
 config SYS_CONFIG_NAME
-       string
        default "bcm_ep_board"
 
 endif