cmd: ximg: Invert check for fit image compression
authorStefan Theil <stefan.theil@mixed-mode.de>
Mon, 7 Jan 2019 09:25:52 +0000 (10:25 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 25 Jan 2019 17:12:55 +0000 (12:12 -0500)
commit240e58ee535c21631a76a7bfcd800ea326351e8b
tree9361f618c2c11ecf162e078e57b48a51b572767c
parent29e1a64c06da729418629ca1df8ed11bb34f71b9
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.
cmd/ximg.c