From: Florian Fainelli Date: Mon, 16 Sep 2013 15:55:20 +0000 (+0100) Subject: MIPS: ZBOOT: Support LZ4 compression scheme X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~57^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c4867d6c75450f98398a1172f03383c4881c98;p=pandora-kernel.git MIPS: ZBOOT: Support LZ4 compression scheme Add support for the LZ4 compression scheme in the ZBOOT decompression stub, in order to support it we need to: - select the "lz4" compression tool to compress the vmlinux.bin payload - memcpy() is also required for decompress_unlz4.c so we share the implementation between GZIP, XZ and now LZ4 Signed-off-by: Florian Fainelli Cc: linux-mips@linux-mips.org Cc: blogic@openwrt.org Cc: james.hogan@imgtec.com Patchwork: https://patchwork.linux-mips.org/patch/5829/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed