Skip to content
Snippets Groups Projects
Commit 55a65e61 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

ARM: tegra: remove wrong dependency on SPL_BUILD


SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true.

Reviewed-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4667c833
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ choice ...@@ -6,8 +6,8 @@ choice
config TARGET_JETSON_TK1 config TARGET_JETSON_TK1
bool "NVIDIA Tegra124 Jetson TK1 board" bool "NVIDIA Tegra124 Jetson TK1 board"
select CPU_V7_HAS_NONSEC if !SPL_BUILD select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT if !SPL_BUILD select CPU_V7_HAS_VIRT
config TARGET_CEI_TK1_SOM config TARGET_CEI_TK1_SOM
bool "Colorado Engineering Inc Tegra124 TK1-som board" bool "Colorado Engineering Inc Tegra124 TK1-som board"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment