]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/logicpd/am3517evm/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / logicpd / am3517evm / Kconfig
index 9bc5ae58f2539a10b73a22988f7db331cf3263bd..901f6094bb28579c4004bd94177bfbe99154f84a 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_AM3517_EVM
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "am3517evm"
 
 config SYS_VENDOR
-       string
        default "logicpd"
 
-config SYS_SOC
-       string
-       default "omap3"
-
 config SYS_CONFIG_NAME
-       string
        default "am3517_evm"
 
 endif