commit | cd817d510f82ebbe16498611b732060b337f3ca6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:36 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | 5de0842cb24244db853f5253f84b865a8668206a | |
parent | b171423b0ffa86fea17ea543a7c709c4a56534b7 [diff] |
binman: Allow writing a map file when something goes wrong When we get a problem like overlapping regions it is sometimes hard to figure what what is going on. At present we don't write the map file in this case. However the file does provide useful information. Catch any packing errors and write a map file (if enabled with -m) to aid debugging. Signed-off-by: Simon Glass <sjg@chromium.org>