commit | 969cd1fa6df4d13615e26afbf03864670af6c098 | [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 | 5fb0001a6729d2d5132b87f7123dc3f357ac74f8 [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>