]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Write the compressed output to a file
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:37 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commitd720be4766e91459e92197d9b112958e943d66c3
tree60bf8612c096bb4c85d6067a13b7af4105f21f3b
parent9b37db6b770fa0e001d9526edd43f23b8b4c6368
binman: Write the compressed output to a file

When an entry is compressed, write the compressed contents to a file so
that it is possible to see what was produced. This aids debugging with
new images.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py