diff options
| author | Tom Rini <[email protected]> | 2019-01-26 22:47:55 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-26 22:47:55 -0500 |
| commit | 0da90255083681a02b24528f80da9d4062ff634a (patch) | |
| tree | 3046fb2c4824adaf891d0356e024da0dd0b2398f /cmd | |
| parent | 87f78478a4a1bf574db0b0e575ca37cf91fb187c (diff) | |
| parent | 320194ae35801811bd7754f23ac04bd841d25aa3 (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.c | 2 |
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", |
