[PATCH v1 0/3] boot/fit: use fdt_for_each_subnode() in image-fit.c
Tom Rini
trini at konsulko.com
Tue May 26 00:43:22 CEST 2026
On Fri, 08 May 2026 21:31:58 +0000, Aristo Chen wrote:
> This series ends with replacing the verbose fdt_next_node() + ndepth
> idiom in boot/image-fit.c with fdt_for_each_subnode(), bringing the
> file in line with boot/image-fit-sig.c. Six of the seven sites in
> image-fit.c predate the macro by 2-6 years; the seventh was
> copy-pasted from a neighbour in 2015 just after the macro landed.
> The old idiom is legacy, not a deliberate technical choice.
>
> [...]
Applied to u-boot/next, thanks!
[1/3] boot/fit: read default-config property from the configurations node
commit: 646be6d5cd37dc9f1e79f4c6677b872932605a2b
[2/3] test: fit: regression test for default-config print with reversed node order
commit: b31f551bfcf05cec628fc79af5d12a601e0a1f48
[3/3] boot/fit: use fdt_for_each_subnode() in image-fit.c
commit: 2c9b117aa4811d583f2832b37a69f25c761ffc86
--
Tom
More information about the U-Boot
mailing list