]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Remove obsolete compressed data header handling
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 19 Aug 2022 14:25:27 +0000 (16:25 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:33 +0000 (18:07 -0600)
commit4f463e3dee863cdfeb34f37bcca6ae0cb46f7b51
tree2dd4c6717c07e533f9397f6c6685341e86eecbea
parent9f74395ee5482aaa7a03b48201773fb9bc08c72e
binman: Remove obsolete compressed data header handling

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@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/comp_util.py
tools/binman/entry.py
tools/binman/ftest.py