
29 Jul
2019
29 Jul
'19
11:22 p.m.
When reading an image in, write its fdtmap to a file in the output directory. This is useful for debugging. Update the 'ls' command to set up the output directory; otherwise it will fail.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/control.py | 6 +++++- tools/binman/image.py | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!