aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2024-03-12 15:20:23 -0500
committerTom Rini <trini@konsulko.com>2024-03-13 10:10:04 -0400
commite61755001e2785d8517e33b07551ca879ecdf448 (patch)
treea843665c7ae72a75f7220c532dd6ed9fc6903676 /arch/arm/mach-k3
parent55e7e2e0e53a6435ac5ab445898cf46e6e1deee4 (diff)
downloadu-boot-e61755001e2785d8517e33b07551ca879ecdf448.zip
u-boot-e61755001e2785d8517e33b07551ca879ecdf448.tar.gz
u-boot-e61755001e2785d8517e33b07551ca879ecdf448.tar.bz2
arm: mach-k3: invert logic for split DM firmware config
Currently, for the K3 generation of SoCs, there are more SoCs that utilize the split firmware approach than the combined DMSC firmware. Invert the logic to avoid adding more and more SoCs to this list. Reviewed-by: Neha Malcom Francis <n-francis@ti.com> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'arch/arm/mach-k3')
-rw-r--r--arch/arm/mach-k3/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
index fc971d5..6a937ff 100644
--- a/arch/arm/mach-k3/Kconfig
+++ b/arch/arm/mach-k3/Kconfig
@@ -133,7 +133,7 @@ config K3_OPTEE_LOAD_ADDR
config K3_DM_FW
bool "Separate DM firmware image"
- depends on CPU_V7R && (SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_AM625 || SOC_K3_AM62A7 || SOC_K3_J784S4) && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN
+ depends on CPU_V7R && !SOC_K3_AM642 && !SOC_K3_AM654 && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN
default y
help
Enabling this will indicate that the system has separate DM