
On 00:45-20231220, Apurva Nandan wrote: [...]
diff --git a/arch/arm/dts/k3-j784s4-binman.dtsi b/arch/arm/dts/k3-j784s4-binman.dtsi index 7349c2ba38..cb699424b9 100644 --- a/arch/arm/dts/k3-j784s4-binman.dtsi +++ b/arch/arm/dts/k3-j784s4-binman.dtsi @@ -162,8 +162,10 @@ #ifdef CONFIG_TARGET_J784S4_A72_EVM
#define SPL_J784S4_EVM_DTB "spl/dts/k3-j784s4-evm.dtb" +#define SPL_AM69_SK_DTB "spl/dts/k3-am69-sk.dtb"
#define J784S4_EVM_DTB "u-boot.dtb" +#define AM69_SK_DTB "arch/arm/dts/k3-am69-sk.dtb"
as I said in the previous patch - this approach is broken. we have two different builds, we dont need to do this multi-conf stuff.
We should be just using templates for j784s4 and it should just work with the same board-u-boot.dtsi and r5-board.dts files.
[...]