[U-Boot] [PATCH 21/53] binman: Store the entry in output_fdt_files
sjg at google.com
sjg at google.com
Mon Jul 29 21:22:30 UTC 2019
In some cases we want to access the Entry object for a particular device
tree. This allows us to read its contents or update it. Add this
information to output_fdt_files and provide a function to read it.
Also rename output_fdt_files since its name is no-longer descriptive.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/state.py | 49 ++++++++++++++++++++++++++++++-------------
1 file changed, 34 insertions(+), 15 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list