
9 May
2023
9 May
'23
6:19 a.m.
[...]
On 21/03/23 19:40, Hari Nagalla wrote:
default 0x43c3f290 if SOC_K3_AM62A7 && CPU_V7R @@ -172,7 +175,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_J721E || SOC_K3_J721S2 || SOC_K3_AM625 || SOC_K3_AM62A7 || SOC_K3_J784S4) && !CLK_TI_SCI && !TI_SCI_POWER_DOMAIN default y help Enabling this will indicate that the system has separate DM
@@ -194,4 +197,5 @@ source "board/ti/am62ax/Kconfig" source "board/ti/j721e/Kconfig" source "board/siemens/iot2050/Kconfig" source "board/ti/j721s2/Kconfig" +source "board/ti/j784s4/Kconfig"
You are adding file to Kconfig here, but the actual file itself is introduced only in 9/10. This breaks git bisect. Please make sure each individual each compile patch fine when applied in the order of posting.
endif
[...]
--
Regards
Vignesh