git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eaa4b3
)
board: phytec: phycore_imx8mp: Add rauc to bootmeths
author
Martin Schwan
<m.schwan@phytec.de>
Thu, 2 Oct 2025 11:20:37 +0000
(13:20 +0200)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/board/phytec/phycore_imx8mp/phycore_imx8mp.env
b/board/phytec/phycore_imx8mp/phycore_imx8mp.env
index
9a129a0
..
7004499
100644
(file)
--- 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