]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Don't add compression attribute for uncompressed files
authorSimon Glass <sjg@chromium.org>
Sat, 14 Oct 2023 20:40:26 +0000 (14:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 02:37:50 +0000 (22:37 -0400)
commitbd13255a91af04ab431972ab145e665147802c30
tree2534d79cd0fce227d731094bdac27b40c29268e5
parent823f5c3a02276067c583b2f31144095f2b3b41fc
binman: Don't add compression attribute for uncompressed files

cbfsutil changed to skip adding a compression attribute if there is no
compression. Adjust the binman implementation to do the same.

This mirrors commit 105cdf5625 in coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py
tools/binman/ftest.py