diff options
author | Soeren Moch <smoch@web.de> | 2014-11-26 12:39:24 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-12-01 10:20:19 +0100 |
commit | f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a (patch) | |
tree | 9f684a0c1c39fd8e3edb1a03bffea133d1a4c368 /arch | |
parent | a847fff11cc4f3745d0087d45d2e5964c47f55d2 (diff) | |
download | u-boot-imx-f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a.zip u-boot-imx-f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a.tar.gz u-boot-imx-f8bbd7f7b0c6eb3accc30deab9aafb2c50f9ee9a.tar.bz2 |
tbs2910: fix Kconfig
fix Kconfig for tbs2910 board to prevent crash on relocation
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b9ac59e..be703af 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" |