
29 Jul
2019
29 Jul
'19
11:21 p.m.
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 | 9 +++++++++ tools/binman/state.py | 16 ++++++++++++++++ tools/dtoc/fdt.py | 8 ++++++++ tools/dtoc/test_fdt.py | 5 +++++ 4 files changed, 38 insertions(+)
Applied to u-boot-dm, thanks!