summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-01-26 22:47:55 -0500
committerTom Rini <[email protected]>2019-01-26 22:47:55 -0500
commit0da90255083681a02b24528f80da9d4062ff634a (patch)
tree3046fb2c4824adaf891d0356e024da0dd0b2398f /cmd
parent87f78478a4a1bf574db0b0e575ca37cf91fb187c (diff)
parent320194ae35801811bd7754f23ac04bd841d25aa3 (diff)
Merge branch '2019-01-25-master-imports'
- snapdragon 820c improvements - poplar updates - DFU + SPL cleanups - Improve the mediatek mmc driver - Other minor cleanups / improvements
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ximg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ximg.c b/cmd/ximg.c
index 6880c747f5b..8572a67a006 100644
--- a/cmd/ximg.c
+++ b/cmd/ximg.c
@@ -143,7 +143,7 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
return 1;
}
- if (fit_image_check_comp(fit_hdr, noffset, IH_COMP_NONE)
+ if (!fit_image_check_comp(fit_hdr, noffset, IH_COMP_NONE)
&& (argc < 4)) {
printf("Must specify load address for %s command "
"with compressed image\n",