
Hello Again,
On October 12, 2023 thus sayeth Bryan Brattlof:
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.
Signed-off-by: Bryan Brattlof bb@ti.com
arch/arm/mach-k3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index 9168bf842dcaf..9a211871e04ef 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -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 SPL && CPU_V7R && !(SOC_K3_AM642S || SOC_K3_AM654) && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN
^^^^^^^^^^^^^
No matter how many times I check and verify, I will always find something I messed up after I send you patches ;)
The AM642S doesn't exist yet
~Bryan