]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am69-aquila: fix combined boot firmware image build
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Thu, 14 May 2026 09:15:12 +0000 (11:15 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 May 2026 13:58:14 +0000 (07:58 -0600)
The combined boot firmware firmware-aquila-am69-gp.bin depends on
tiboot3-am69-gp-aquila.bin, which in turn requires the GP variant
of the TI system firmware blob (ti-fs-firmware-j784s4-gp.bin).

Fix the combined boot firmware image build by adding the missing binman
nodes.

Fixes: f62d4535cf17 ("arm: dts: k3-am69-aquila: add combined boot firmware image")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi

index f91cdf15aff338141f884661532b7025302b6782..c3a66ac8dae28b30992019aa8a8ff1fd5e1b916f 100644 (file)
 #if defined(CONFIG_CPU_V7R)
 
 &binman {
+       tiboot3_am69_gp {
+               insert-template = <&tiboot3_j784s4_gp>;
+               filename = "tiboot3-am69-gp-aquila.bin";
+       };
+
        tiboot3-am69-hs {
                insert-template = <&tiboot3_j784s4_hs>;
                filename = "tiboot3-am69-hs-aquila.bin";
        filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-enc.bin";
 };
 
+&ti_fs_gp {
+       filename = "ti-sysfw/ti-fs-firmware-j784s4-gp.bin";
+};
+
 &sysfw_inner_cert {
        filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-cert.bin";
 };