commit | 10ae419c95a0b32a946487a355d81e233f4529ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 02 13:17:30 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jan 14 11:35:43 2015 -0500 |
tree | 9340896cf0b4a465d09f49be31f161702025c96d | |
parent | 47f204a5bdafda66f7c95c004e0e32ecca68b745 [diff] |
bootm: Move compression progress/error messages into a function This code is repeated in several places, and does not detect a common fault where the image is too large. Move it into its own function and provide a more helpful messages in this case, for compression schemes which support this. Signed-off-by: Simon Glass <sjg@chromium.org>