Revert "Use standard lz4 format for Image.lz4 on ARM64"

This reverts commit aa5ccab207.

Linux kernel still use Legacy lz4 format for self-decompression.
So, we should use the legacy one('lz4 -l') for lz4 compression.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Ic10f9cb65bcc7fadd2071b97f8effb958f54d0a4
This commit is contained in:
Sugar Zhang
2022-01-13 10:00:22 +08:00
committed by Tao Huang
parent da7abc05ea
commit 48e21360ab

View File

@@ -422,7 +422,7 @@ quiet_cmd_lzo = LZO $@
quiet_cmd_lz4 = LZ4 $@
cmd_lz4 = { cat $(real-prereqs) | \
$(LZ4) -12 --favor-decSpeed stdin stdout; \
$(LZ4) -l -12 --favor-decSpeed stdin stdout; \
$(size_append); } > $@
# U-Boot mkimage