]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/enbw/enbw_cmc/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / enbw / enbw_cmc / Kconfig
index e061e7e4bf3bed8302c22874c38cd146db947926..796736d8653b9523ec47e2f8018208307e22b6bc 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_ENBW_CMC
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "enbw_cmc"
 
 config SYS_VENDOR
-       string
        default "enbw"
 
-config SYS_SOC
-       string
-       default "davinci"
-
 config SYS_CONFIG_NAME
-       string
        default "enbw_cmc"
 
 endif