]> git.baikalelectronics.ru Git - uboot.git/commit
image: Update zstd to avoid reporting error twice
authorSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 13:03:12 +0000 (07:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit28e9792d2412a0a8df32c889441edf4612e61642
tree6ee474bcfb0fd27597feaa2034f28e7f3e509102
parentb0492e4324dc4c3c2c70e5e2d3d1685fe303f7e5
image: Update zstd to avoid reporting error twice

The zstd implementation prints the error in image_decomp() which is
incorrect and does not match other algorithms. Drop this and let the
caller report the error.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/image.c