On Tue, 17 Dec 2024 at 04:07, Manorit Chawdhry <m-chawd...@ti.com> wrote: > > From: Neha Malcom Francis <n-fran...@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-fran...@ti.com> > --- > tools/binman/control.py | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>