mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user