commit | a25b4836b0822879b56686c03afe0374e4be790b | [log] [tgz] |
---|---|---|
author | Neha Malcom Francis <n-francis@ti.com> | Mon Mar 17 10:24:20 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:37:45 2025 -0600 |
tree | 5bcfdfbfea9fe9f3e057ff1a74a487669c97d6f8 | |
parent | bbfb9d29427d3399b7ae23861cd9b5aa0ec01adc [diff] |
tools: binman: control.py: Delete template nodes after parsing 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. Add a testcase as well for this cornercase. Signed-off-by: Neha Malcom Francis <n-francis@ti.com>