]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add new check that offsets are correct
authorSimon Glass <sjg@chromium.org>
Sun, 21 Mar 2021 05:24:39 +0000 (18:24 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 03:26:48 +0000 (16:26 +1300)
commit4bc738ad997ef51956b9f65a85b96350e87cea66
tree6ed549e1dcd9dde372b6d379267b93ac18663dd9
parent1265110a4833123b28f2e45cbf6247f7d76d80d9
dtoc: Add new check that offsets are correct

Add a few more internal checks to make sure offsets are correct, before
updating the dtb.

To make this easier, update the functions which add a property to return
that property,.

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