]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: zip: automatically pull in gzip()
authorMichael Walle <michael@walle.cc>
Fri, 22 May 2020 12:07:36 +0000 (14:07 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 25 May 2020 15:54:53 +0000 (11:54 -0400)
commit1f27128f15a63c1fc3aa8c9c5384dae9922cd25f
treec1efa19449a8afe29c16907333b46ce0ff428113
parenta576dc43598bd42794cade827c5681eb669ffd97
cmd: zip: automatically pull in gzip()

Move the CONFIG_GZIP_COMPRESSED from a config.h macro to a Kconfig menu
item. It is not selectable by a user because there is no reason to do
so. Instead it will be automatically selected by the stuff which uses
gzip(), like the zip command.

Remove it from the config_whitelist.txt. Also remove
CONFIG_GZIP_COMPRESS_DEF_SZ as this was never used on any board. The
default seems to be sane, otherwise it should be added as a Kconfig
option.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
lib/Kconfig
scripts/config_whitelist.txt