mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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:
parent
0eaa4b3373
commit
fcddf2fc7e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user