[PATCH 2/4] tools: binman: control.py: Delete template nodes after parsing

2024-03-22 Thread Neha Malcom Francis
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 --- tools/binman/control

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

2024-02-28 Thread Neha Malcom Francis
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 --- tools/binman/control