]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/dra7xx/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / ti / dra7xx / Kconfig
index 9ee13c53d3300f79f068bd78fee25a12cc6642f7..3bbd86644de8cb4e4c33fd39114f9f2cd2615ff1 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_DRA7XX_EVM
 
 config SYS_BOARD
-       string
        default "dra7xx"
 
 config SYS_VENDOR
-       string
        default "ti"
 
 config SYS_CONFIG_NAME
-       string
        default "dra7xx_evm"
 
 endif