commit | 9920989b651954be6898cbc31fb500bab94b9722 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 06 21:35:11 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | e176c0c2cbdf196d18632a4a0dbd0168ea7f55a8 | |
parent | d35a852f860a0c76f709d538a373572f0c8cbc3c [diff] |
patman: Correct lz4 compression parameters At present on large files, lz4 uses a larger block size (e.g. 256KB) than the 64KB supported by the U-Boot decompression implementation. Also it is optimised for maximum compression speed, producing larger output than we would like. Update the parameters to correct these problems. Signed-off-by: Simon Glass <sjg@chromium.org>