]> git.sur5r.net Git - u-boot/commit
dtoc: Keep track of property offsets
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:29 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commitf9b88b3a5d7ff18760c2c5a0cb596ec8c577706e
treef424da8c180833b42e4c77f2b5234bc0946568a1
parent2a2d91d0d6fbe4f5c0f336a75ff42dcf7b49a774
dtoc: Keep track of property offsets

At present the Fdt class does not keep track of property offsets if they
change due to removal of properties. Update the code to handle this, and
add a test.

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