[PATCH 09/42] tegra: Use SPL instead of SPL_BUILD
Simon Glass
sjg at chromium.org
Fri Sep 27 00:35:34 CEST 2024
SPL_BUILD is not a Kconfig symbol so presumably the intent here is to
use SPL instead. Change it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/mach-tegra/tegra124/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-tegra/tegra124/Kconfig b/arch/arm/mach-tegra/tegra124/Kconfig
index fb016aa46c9..61bebc10a97 100644
--- a/arch/arm/mach-tegra/tegra124/Kconfig
+++ b/arch/arm/mach-tegra/tegra124/Kconfig
@@ -21,8 +21,8 @@ config TARGET_CEI_TK1_SOM
bool "Colorado Engineering Inc Tegra124 TK1-som board"
select ARCH_SUPPORT_PSCI
select BOARD_LATE_INIT
- select CPU_V7_HAS_NONSEC if !SPL_BUILD
- select CPU_V7_HAS_VIRT if !SPL_BUILD
+ select CPU_V7_HAS_NONSEC if !SPL
+ select CPU_V7_HAS_VIRT if !SPL
help
The Colorado Engineering Tegra TK1-SOM is a very compact
(51mmx58mm) board that is functionally almost the same as
--
2.43.0
More information about the U-Boot
mailing list