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

Simon Glass sjg at chromium.org
Wed Aug 2 20:07:48 CEST 2023


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 <sjg at chromium.org>
---

Changes in v2:
- Use a 'done' variable to reduce code duplication

 tools/dtoc/fdt.py      | 5 +++++
 tools/dtoc/test_fdt.py | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list