From: Martin Schwan Date: Thu, 2 Oct 2025 11:20:37 +0000 (+0200) Subject: board: phytec: phycore_imx8mp: Add rauc to bootmeths X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcddf2fc7ef6a68fc97d1dce9e137692dc129d2e;p=thirdparty%2Fu-boot.git board: phytec: phycore_imx8mp: Add rauc to bootmeths 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 --- diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env index 9a129a0a4bf..70044997adb 100644 --- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env +++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env @@ -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