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:
Andy Yan
2018-06-13 14:37:57 +08:00
committed by Tao Huang
parent f45127c595
commit aa5ccab207

View File

@@ -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