Re: [PATCH] RISC-V: Add multiple compression image format.

From: Paul Walmsley
Date: Tue Nov 12 2019 - 14:35:25 EST


On Tue, 5 Nov 2019, Atish Patra wrote:

> Currently, there is only support for .gz compression type
> for generating kernel Image.
>
> Add support for other compression methods(lzma, lz4, lzo, bzip2)
> that helps in generating a even smaller kernel image. Image.gz
> will still be the default compressed image.
>
> Signed-off-by: Atish Patra <atish.patra@xxxxxxx>

Thanks, queued for v5.5-rc1.


- Paul