]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: phytec: phycore_imx8mp: Add rauc to bootmeths
authorMartin Schwan <m.schwan@phytec.de>
Thu, 2 Oct 2025 11:20:37 +0000 (13:20 +0200)
committerFabio Estevam <festevam@gmail.com>
Tue, 7 Oct 2025 11:57:52 +0000 (08:57 -0300)
Add rauc to bootmeths variable if BOOTMETH_RAUC is enabled. This is
setting a proper default for RAUC enabled systems.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
board/phytec/phycore_imx8mp/phycore_imx8mp.env

index 9a129a0a4bfc48f1fa70ea6e2f895acac3ca05d2..70044997adb8ad1e4a7c24faa52f9d78becb229e 100644 (file)
@@ -3,7 +3,11 @@ bootcmd=
                fastboot 0;
        fi;
        bootflow scan -lb;
+#ifdef CONFIG_BOOTMETH_RAUC
+bootmeths=rauc script efi
+#else
 bootmeths=script efi
+#endif
 boot_targets=mmc2 mmc1 usb ethernet
 bootenv_addr_r=0x49100000
 boot_script_dhcp=boot.scr.uimg