commit | 69b0ef5e00db238dd076ddd5a66bb1730a1b9a17 | [log] [tgz] |
---|---|---|
author | Stefan Theil <stefan.theil@mixed-mode.de> | Mon Jan 07 10:25:52 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 25 12:12:55 2019 -0500 |
tree | 9361f618c2c11ecf162e078e57b48a51b572767c | |
parent | a4b473c59491fa1197cf13703da72a8a2572755f [diff] |
cmd: ximg: Invert check for fit image compression The imgextract command runs a number of checks of the specified fit. Where it checks for a load address for compressed images the logic in the expression is inverted as fit_image_check_comp returns 1 on success and not 0.