]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt: Allow copying phandles into templates
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jul 2023 03:43:55 +0000 (21:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 2 Aug 2023 18:05:57 +0000 (12:05 -0600)
commit589c2d9e514412aba4556d06ce3bdfb9c8800fa1
tree22c0d9ddedbb960b7387cde30593ebb70e3c0672
parent8df8b6d670e299764e28f07cc9a607a4309e7c44
fdt: Allow copying phandles into templates

Allow phandles to be copied over from a template. This can potentially
cause duplicate phandles, so detect this and report an error.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test_fdt.py