commit | 9f297b09c06f2212cb59dac5950ae61de5fe3a9f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:36 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 2f63132f9076b2a41511bd0e72fafcf1fe5d5680 | |
parent | fd07336211c3b3088dce20b1c22a99e6303c68c2 [diff] |
binman: Add a bit of logging in entries when packing Use the new logging feature to log information about progress with packing. This is useful to see how binman is figuring things out. Also update elf.py to use the same feature. Signed-off-by: Simon Glass <sjg@chromium.org>