
23 Jan
2021
23 Jan
'21
6:27 p.m.
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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!