commit | 22b37423a8184abdd82abfb91b0d0b8b8ae00125 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 14 14:40:26 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 02 22:37:50 2023 -0400 |
tree | 2534d79cd0fce227d731094bdac27b40c29268e5 | |
parent | 4b84be9334606974cb623f98ef3c2dd88250fcf9 [diff] |
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>