mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
tegra: Drop dependency on SPL_BUILD
SPL_BUILD is not a Kconfig symbol so perhaps the intent here is to use SPL instead. But that changes the output size. So drop the dependency on !SPL_BUILD since it does nothing. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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
|
||||
select CPU_V7_HAS_VIRT
|
||||
help
|
||||
The Colorado Engineering Tegra TK1-SOM is a very compact
|
||||
(51mmx58mm) board that is functionally almost the same as
|
||||
|
||||
Reference in New Issue
Block a user