[PATCH RFC 1/8] tools: binman: control.py: Delete template nodes after parsing

Simon Glass sjg at chromium.org
Tue Dec 17 17:55:19 CET 2024


On Tue, 17 Dec 2024 at 04:07, Manorit Chawdhry <m-chawdhry at ti.com> wrote:
>
> From: Neha Malcom Francis <n-francis at ti.com>
>
> Dynamically going through the subnode array and deleting leads to
> templates being skipped from deletion when templates are consecutive in
> the subnode list. Prevent this from happening by first parsing the DT
> and then deleting the nodes.
>
> Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
> ---
>  tools/binman/control.py | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list