]> 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 4b13ef4282444f1f40aec85981279dcab20f89f7..3bbd86644de8cb4e4c33fd39114f9f2cd2615ff1 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_DRA7XX_EVM
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "dra7xx"
 
 config SYS_VENDOR
-       string
        default "ti"
 
-config SYS_SOC
-       string
-       default "omap5"
-
 config SYS_CONFIG_NAME
-       string
        default "dra7xx_evm"
 
 endif