patman: Correct lz4 compression parameters
authorSimon Glass <sjg@chromium.org>
Thu, 7 Jan 2021 04:35:11 +0000 (21:35 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
commit6deff872cf7ac25bf3d67066b57e7831cd560e5b
treee176c0c2cbdf196d18632a4a0dbd0168ea7f55a8
parent9fc6ebd8feb4654483b544d12587857cf8938796
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>
tools/patman/tools.py