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 <m.schwan@phytec.de>
This commit is contained in:
Martin Schwan 2025-10-02 13:20:37 +02:00 committed by Fabio Estevam
parent 0eaa4b3373
commit fcddf2fc7e

View 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