]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Make properties dirty when purging them
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jul 2023 03:43:53 +0000 (21:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 2 Aug 2023 18:05:57 +0000 (12:05 -0600)
commit7155646b22a9ef41100cdee18f39cf353810788a
tree56b4e53645d6a9c225d47e64ff2fc830ca4c4946
parentb2f47a599cad3b618c6d7b4356ea6ea2625309c0
dtoc: Make properties dirty when purging them

Without the 'dirty' flag properties are not written back to the
devicetree when synced. This means that new properties copied over to a
node are not always written out.

Fix this and add a test.

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