
13 Sep
2017
13 Sep
'17
4:21 a.m.
On 08/15/2017 11:15 AM, York Sun 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@nxp.com Reviewed-by: Tom Rini trini@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
Applied to fsl-qoriq master.
York