
26 Aug
2017
26 Aug
'17
3:38 p.m.
On 15 August 2017 at 12:14, York Sun york.sun@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@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
common/spl/spl_fit.c | 32 ++++++++++++++++++++++++++++++-- lib/Kconfig | 12 ++++++++++++ lib/Makefile | 5 +++-- 3 files changed, 45 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org