commit | 7e1aa6453a3ebf7e31101796c5d66077f52ba290 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 07:03:12 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:26 2021 -0400 |
tree | 6ee474bcfb0fd27597feaa2034f28e7f3e509102 | |
parent | eefec3dc4879eec418cdbc279f62a54018037932 [diff] |
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>