[PATCH v6 10/21] binman: Remove obsolete compressed data header handling
Simon Glass
sjg at chromium.org
Sun Aug 21 02:10:12 CEST 2022
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier
<stefan.herbrechtsmeier-oss at weidmueller.com> wrote:
>
> From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier at weidmueller.com>
>
> Remove the obsolete compressed data header handling from the utilities
> to compress and decompress data. The header is uncommon, not supported
> by U-Boot and incompatible with external compressed artifacts.
>
> Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier at weidmueller.com>
> ---
>
> (no changes since v5)
>
> Changes in v5:
> - Remove header value in testInvalidCompress
>
> Changes in v3:
> - Add commit to remove obsolete compressed data header handling
>
> tools/binman/cbfs_util.py | 8 ++++----
> tools/binman/comp_util.py | 11 ++---------
> tools/binman/entry.py | 6 +++---
> tools/binman/ftest.py | 14 ++++++--------
> 4 files changed, 15 insertions(+), 24 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list