]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/tbs/tbs2910/Kconfig
tbs2910: fix Kconfig
[karo-tx-uboot.git] / board / tbs / tbs2910 / Kconfig
index c514e24fa10798050a133b6dfdc619b9c6f4e871..84b243e3528340799f4d26f4202df483a08c9f44 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_TBS2910
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "tbs2910"
 
 config SYS_VENDOR
-       string
        default "tbs"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "tbs2910"
 
 endif