[PATCH v2] common/spl: fix endless loop in spl_fit_append_fdt()
Tom Rini
trini at konsulko.com
Thu Nov 6 17:59:47 CET 2025
On Fri, 31 Oct 2025 14:13:52 +0100, Michael Walle wrote:
> Technically, commit 24bf44cf88e7 ("spl: fit: Do not fail immediately if
> an overlay is not available") introduced that regression as the code
> will never advance if spl_fit_get_image_name() will return an error. But
> at that time, spl_fit_get_image_node() was used in spl_fit_append_fdt()
> which calls fdt_subnode_offset() to get the image node. And I presume
> the commit was about the latter failing gracefully and trying the next
> one.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] common/spl: fix endless loop in spl_fit_append_fdt()
commit: 52442205d30eec4571a466c78dee0047677be56c
--
Tom
More information about the U-Boot
mailing list