]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: tegra: remove wrong dependency on SPL_BUILD
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Aug 2016 07:22:20 +0000 (16:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:47:40 +0000 (08:47 -0400)
SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true.

Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-tegra/tegra124/Kconfig

index 9e21e3099db5922d2a7f2abaa1622f6ef7a2d345..800b315b371b3fbd3ad4ae629c01f45c12da971e 100644 (file)
@@ -6,8 +6,8 @@ choice
 
 config TARGET_JETSON_TK1
        bool "NVIDIA Tegra124 Jetson TK1 board"
-       select CPU_V7_HAS_NONSEC if !SPL_BUILD
-       select CPU_V7_HAS_VIRT if !SPL_BUILD
+       select CPU_V7_HAS_NONSEC
+       select CPU_V7_HAS_VIRT
 
 config TARGET_CEI_TK1_SOM
        bool "Colorado Engineering Inc Tegra124 TK1-som board"