]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tbs2910: fix Kconfig
authorSoeren Moch <smoch@web.de>
Wed, 26 Nov 2014 11:39:24 +0000 (12:39 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Dec 2014 09:20:19 +0000 (10:20 +0100)
fix Kconfig for tbs2910 board to prevent crash on relocation

Signed-off-by: Soeren Moch <smoch@web.de>
arch/arm/Kconfig
board/tbs/tbs2910/Kconfig

index b9ac59e1a4a9a9925804f5bf654cb4a977e8523d..be703af3569f843d412e6787642fe3a2fc46f149 100644 (file)
@@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA
 
 config TARGET_TBS2910
        bool "Support tbs2910"
+       select CPU_V7
 
 config TARGET_TQMA6
        bool "TQ Systems TQMa6 board"
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