Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / ti / am43xx / Kconfig
index 3c61ec1..8d1c168 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_AM43XX_EVM
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "am43xx"
 
 config SYS_VENDOR
-       string
        default "ti"
 
 config SYS_SOC
-       string
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       string
        default "am43xx_evm"
 
 endif