From patchwork Fri May 22 12:07:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 246253 List-Id: U-Boot discussion From: michael at walle.cc (Michael Walle) Date: Fri, 22 May 2020 14:07:34 +0200 Subject: [PATCH 0/4] cmd: {zip, unzip} fixes Message-ID: <20200522120738.13376-1-michael@walle.cc> Automatically pull in the needed libraries for zip and unzip. Move the CONFIG_GZIP_COMPRESSED from legacy config.h style to a Kconfig option. The sole user of CONFIG_GZIP_COMPRESSED is the sandbox target for the compression tests. Remove the CONFIG option in its config.h and instead select it together with CONFIG_SANDBOX. Michael Walle (4): cmd: unzip: automatically select CONFIG_GZIP cmd: zip: automatically pull in gzip() cmd: zip: fix implicit declaration warning sandbox: move compression option to Kconfig arch/Kconfig | 2 ++ cmd/Kconfig | 2 ++ cmd/zip.c | 1 + include/configs/sandbox.h | 3 --- lib/Kconfig | 4 ++++ scripts/config_whitelist.txt | 2 -- 6 files changed, 9 insertions(+), 5 deletions(-)