From: Soeren Moch Date: Wed, 26 Nov 2014 11:39:24 +0000 (+0100) Subject: tbs2910: fix Kconfig X-Git-Tag: v2015.01-rc4~30^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a;p=u-boot tbs2910: fix Kconfig fix Kconfig for tbs2910 board to prevent crash on relocation Signed-off-by: Soeren Moch --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b9ac59e1a4..be703af356 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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" diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig index c514e24fa1..84b243e352 100644 --- a/board/tbs/tbs2910/Kconfig +++ b/board/tbs/tbs2910/Kconfig @@ -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