]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman
authorSparsh Kumar <sparsh-kumar@ti.com>
Wed, 25 Feb 2026 13:24:20 +0000 (18:54 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 13 Mar 2026 20:57:21 +0000 (14:57 -0600)
Add rcfg_yaml_tifs node override to use tifs-rm-cfg.yaml instead of
the default rm-cfg.yaml for am625-sk and am62p-sk platforms.

This enables binman to include the tifs-rm-cfg.yaml configuration
when building tiboot3 images, bringing these platforms in line with
other K3 devices like am62a-sk that already use tifs-rm-cfg.yaml.

This builds on the tifs-rm-cfg files added/updated earlier in this series.

Signed-off-by: Sparsh Kumar <sparsh-kumar@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/dts/k3-am625-sk-binman.dtsi
arch/arm/dts/k3-am62p-sk-binman.dtsi

index 8d6015e44a94d0619ddf421ad66be2467f6431df..ba29a047406879dd71a96a30bb360a332c631908 100644 (file)
@@ -7,6 +7,10 @@
 
 #ifdef CONFIG_TARGET_AM625_R5_EVM
 
+&rcfg_yaml_tifs {
+       config = "tifs-rm-cfg.yaml";
+};
+
 &binman {
        tiboot3-am62x-hs-evm.bin {
                filename = "tiboot3-am62x-hs-evm.bin";
index 603487341d26a54be0cff57a3a2c7a3ab155d2ae..cca56b76d6914b3350148243be689349b5f51774 100644 (file)
@@ -7,6 +7,10 @@
 
 #if IS_ENABLED(CONFIG_TARGET_AM62P5_R5_EVM)
 
+&rcfg_yaml_tifs {
+       config = "tifs-rm-cfg.yaml";
+};
+
 &binman {
        tiboot3-am62px-hs-fs-evm.bin {
                filename = "tiboot3-am62px-hs-fs-evm.bin";