arm: dts: k3-am625*: Don't try to build the final firmware images
authorMartyn Welch <martyn.welch@collabora.com>
Mon, 12 Feb 2024 17:41:04 +0000 (17:41 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Fri, 19 Apr 2024 18:32:03 +0000 (11:32 -0700)
The final firmware images require the inclusion of firmware elements that
are not yet available in linux-firmware. Build the U-Boot elements so that
these can be combined with the other elements at a later date.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Gbp-Pq: Topic am62x
Gbp-Pq: Name 0008-arm-dts-k3-am625-Don-t-try-to-build-the-final-firmwa.patch

arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
arch/arm/dts/k3-am625-sk-binman.dtsi

index d6c6baa5518bd15ff1091e60f8e88c6f6a86cab8..6df20ade7bc1f5453495e5a31c4bedd817806741 100644 (file)
 #define SPL_AM625_BEAGLEPLAY_DTB "spl/dts/k3-am625-beagleplay.dtb"
 #define AM625_BEAGLEPLAY_DTB "arch/arm/dts/k3-am625-beagleplay.dtb"
 
+#if 0
+
 &spl_am625_sk_dtb {
        filename = SPL_AM625_BEAGLEPLAY_DTB;
 };
 };
 
 #endif
+
+#endif
index 41277bf4bfdb4342b68fbf748581aea78fa183e9..9e61d2fa3bedaec6d550b6e05d7cd4e7d37fca21 100644 (file)
@@ -7,6 +7,8 @@
 
 #ifdef CONFIG_TARGET_AM625_R5_EVM
 
+#if 0
+
 &binman {
        tiboot3-am62x-hs-evm.bin {
                filename = "tiboot3-am62x-hs-evm.bin";
 
 #endif
 
+#endif
+
 #ifdef CONFIG_TARGET_AM625_A53_EVM
 
 #define SPL_NODTB "spl/u-boot-spl-nodtb.bin"
 #define UBOOT_NODTB "u-boot-nodtb.bin"
 #define AM625_SK_DTB "u-boot.dtb"
 
+#if 0
+
 &binman {
        ti-dm {
                filename = "ti-dm.bin";
        };
 };
 #endif
+
+#endif