]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dtoc: Prepare for supporting changing of device trees
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:12 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:39 +0000 (21:04 -0600)
commit346179f0d3383e88f7df117b13820df70f68c74a
tree13e14ebe79696e326a9fe9a658f2297bd42a505b
parent6b93c55f59aba3a3fff36b771ca75739e31ba7db
dtoc: Prepare for supporting changing of device trees

For binman we need to support deleting properties in the device tree. This
will change the offsets of nodes after the deletion. In preparation, add
code to keep track of when the offsets are invalid, and regenerate them.

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