]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bootstd: rauc: Change global method to check any partition master
authorMartin Schwan <m.schwan@phytec.de>
Tue, 12 Aug 2025 12:38:34 +0000 (14:38 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 15:18:43 +0000 (09:18 -0600)
commit0c558bbad9e7581808b358091d1fd979f860e8ac
tree666149f98a92a32322477e94faad0daf6b46b41a
parent6531aeed374f0818d7259eaa401b92b976723fb2
bootstd: rauc: Change global method to check any partition

The bootmeth rauc should scan all partitions, in particular whole
devices, and not be a global method. There may exist multiple RAUC
systems on different devices and they should all be detected. This also
fixes a bug, where both a global bootflow and one using an actual,
complete device would be detected at the same time, when scanning for
valid bootflows.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Tested-by: Wadim Egorov <w.egorov@phytec.de>
boot/bootmeth_rauc.c