]> git.baikalelectronics.ru Git - uboot.git/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)
commit08ac7a7503d7185e42a24b621cd1879798fa854d
treef424da8c180833b42e4c77f2b5234bc0946568a1
parentcbe811a5aa89f385a7929124e1e7954c53606a83
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