commit | 05e586af8837dd971dd96d6c2c93256bbd0705b0 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Mon Jul 11 16:09:48 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 11 10:57:05 2016 -0400 |
tree | 8d546435d9d5280f5e711502ed324b6db6d82c0a | |
parent | 031bc101069a963cc951648419bd984781733241 [diff] |
mkimage -l is broken for images after gpimage Because a gpimage cannot be detected, a false GP header is printed instead of checking for further image types. Move gpimage as last to be linked, letting check all other image types and printing a GP header just in case no image is detected. Signed-off-by: Stefano Babic <sbabic@denx.de>