Re: [PATCH v2 3/6] dtoc: Add some debugging when copying nodes

2023-08-02 Thread Simon Glass
Show the operations being performed, when debugging is enabled. Convert a mistaken 'print' in test_copy_subnodes_from_phandles() while we are here. Signed-off-by: Simon Glass --- Changes in v2: - Use a 'done' variable to reduce code duplication tools/dtoc/fdt.py | 5 + tools/dtoc/tes

[PATCH v2 3/6] dtoc: Add some debugging when copying nodes

2023-07-22 Thread Simon Glass
Show the operations being performed, when debugging is enabled. Convert a mistaken 'print' in test_copy_subnodes_from_phandles() while we are here. Signed-off-by: Simon Glass --- Changes in v2: - Use a 'done' variable to reduce code duplication tools/dtoc/fdt.py | 5 + tools/dtoc/tes