[U-Boot] [PATCH v3 3/5] spl: fit: Eanble GZIP support for image decompression

Simon Glass sjg at chromium.org
Sat Aug 26 13:38:33 UTC 2017


On 15 August 2017 at 12:14, York Sun <york.sun at nxp.com> wrote:
> Add Kconfig option SPL_GZIP and SPL_ZLIB to enable gunzip support for
> SPL boot, eg. falcon boot compressed kernel image.
>
> Signed-off-by: York Sun <york.sun at nxp.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
>
> ---
>
> Changes in v3:
> Replace ifdef with if IS_ENABLED().
> Add help to new Kconfig optons.
>
> Changes in v2:
> Combine Kconfig change and actual code into one patch
>
>  common/spl/spl_fit.c | 32 ++++++++++++++++++++++++++++++--
>  lib/Kconfig          | 12 ++++++++++++
>  lib/Makefile         |  5 +++--
>  3 files changed, 45 insertions(+), 4 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list