aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-11-14 09:59:49 -0600
committerTom Rini <trini@konsulko.com>2023-11-22 12:04:14 -0500
commitcf2a075b8c176631cd693b863a171fb0e22b61b0 (patch)
treee6a5a822147551d61517d18d96af83fe533fd5cb
parentffda1089dd8065a943b27eb6f9ceeea51171d951 (diff)
downloadu-boot-cf2a075b8c176631cd693b863a171fb0e22b61b0.zip
u-boot-cf2a075b8c176631cd693b863a171fb0e22b61b0.tar.gz
u-boot-cf2a075b8c176631cd693b863a171fb0e22b61b0.tar.bz2
arm: mach-k3: Remove incorrect checks for SPL build
The kconfig option SPL means this build supports SPL but not that this build is SPL, nor that this build is the SPL running on R5. For options that are for R5 SPL use CPU_V7R. Signed-off-by: Andrew Davis <afd@ti.com>
-rw-r--r--arch/arm/mach-k3/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
index 06722fa..6ed0719 100644
--- a/arch/arm/mach-k3/Kconfig
+++ b/arch/arm/mach-k3/Kconfig
@@ -111,7 +111,7 @@ config K3_EARLY_CONS_IDX
config K3_LOAD_SYSFW
bool
- depends on SPL
+ depends on CPU_V7R
config K3_SYSFW_IMAGE_NAME
string "File name of SYSFW firmware and configuration blob"
@@ -158,7 +158,7 @@ config K3_SYSFW_IMAGE_SPI_OFFS
config SYS_K3_SPL_ATF
bool "Start Cortex-A from SPL"
- depends on SPL && CPU_V7R
+ depends on CPU_V7R
help
Enabling this will try to start Cortex-A (typically with ATF)
after SPL from R5.
@@ -172,7 +172,7 @@ config K3_ATF_LOAD_ADDR
config K3_DM_FW
bool "Separate DM firmware image"
- depends on SPL && CPU_V7R && (SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_AM625 || SOC_K3_AM62A7) && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN
+ depends on CPU_V7R && (SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_AM625 || SOC_K3_AM62A7) && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN
default y
help
Enabling this will indicate that the system has separate DM