From aa5ccab2071e7fbdf54728839992959c1eaf3b7f Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Wed, 13 Jun 2018 14:37:57 +0800 Subject: [PATCH] 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 Signed-off-by: Tao Huang --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index d519ebbf0c0a..c0d3b0ec8f70 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -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