commit | 8122f3967f6eaab7134051d1d8c9b1bfc3babadb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 17 13:25:28 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 01 16:30:07 2018 -0600 |
tree | 370eb5697e7f8f2d0613c407d86c546eecc66280 | |
parent | ea6922e3d6a1b6b73d7baef4998f8bef0fe332ad [diff] |
binman: Enhance the map and fdt-update output At present the .map file produced for each image does not include the overall image size. This is useful information. Update the code to generate it in the .map file as well as the updated FDT. Also fix a few comments while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>