]> git.baikalelectronics.ru Git - uboot.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)
commitb353405dfc1c5e2eee270190b04b72bc0e72e99e
tree2dd4c6717c07e533f9397f6c6685341e86eecbea
parent8cfee019f1fab1495b06c99e88791e3b69739cc7
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