commit | 14fb292c0b37c48b8dccd2acbdba330589604a0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:12 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:39 2016 -0600 |
tree | 13e14ebe79696e326a9fe9a658f2297bd42a505b | |
parent | c2470f4b8ca1b2ef9bb81ecad2646f98d379c4e3 [diff] |
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>