]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/broadcom/bcm958300k/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / broadcom / bcm958300k / Kconfig
index 165cee71def6ea7f34d8c37323483350f8bd2079..d627a3885f013f8c0cc9a062136f6439043aff4d 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_BCM958300K
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "bcm_ep"
 
 config SYS_VENDOR
-       string
        default "broadcom"
 
 config SYS_SOC
-       string
        default "bcmcygnus"
 
 config SYS_CONFIG_NAME
-       string
        default "bcm_ep_board"
 
 endif