[PATCH v2 03/10] arm: K3: Add basic support for J784S4 SoC definition
Vignesh Raghavendra
vigneshr at ti.com
Tue May 9 06:19:08 CEST 2023
[...]
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
More information about the U-Boot
mailing list