]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Update state when replacing device-tree entries
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:08 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commitf6e02497ae063b7939b0670153d22a7b17bf4408
tree4092ea48dfe2cd52cd9280dad8baf907df9f22a2
parent313533018dc175a5552a8ccac9d6bcd780e824df
binman: Update state when replacing device-tree entries

Since the state module holds references to all the device trees used by
binman, it must be updated when the device trees are updated. Add support
for this.

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