mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
Use standard lz4 format for Image.lz4 on ARM64
The lz4 Legacy format(which specified by -l) is not supported by U-Boot. Change-Id: I6b94881117b59384daca4efd796c933e8dc9e5a6 Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
f45127c595
commit
aa5ccab207
|
|
@ -417,7 +417,7 @@ quiet_cmd_lzo = LZO $@
|
|||
|
||||
quiet_cmd_lz4 = LZ4 $@
|
||||
cmd_lz4 = { cat $(real-prereqs) | \
|
||||
$(LZ4) -l -12 --favor-decSpeed stdin stdout; \
|
||||
$(LZ4) -12 --favor-decSpeed stdin stdout; \
|
||||
$(size_append); } > $@
|
||||
|
||||
# U-Boot mkimage
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user