commit | 40e5975f9ad7a545b85d2430d6517d8d3d18e87d | [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 | f6eec89fa30009aabac081158e36364dc025a3a4 [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>