]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Add some debugging when copying nodes
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jul 2023 03:43:54 +0000 (21:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 2 Aug 2023 18:05:57 +0000 (12:05 -0600)
commit8df8b6d670e299764e28f07cc9a607a4309e7c44
treeed09e9f94a064ca7ed9a6c62ce9c8d4793da6b8d
parent7155646b22a9ef41100cdee18f39cf353810788a
dtoc: Add some debugging when copying nodes

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@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test_fdt.py