All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cmd: {zip, unzip} fixes
@ 2020-05-22 12:07 Michael Walle
  2020-05-22 12:07 ` [PATCH 1/4] cmd: unzip: automatically select CONFIG_GZIP Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Michael Walle @ 2020-05-22 12:07 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-05-25 18:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 12:07 [PATCH 0/4] cmd: {zip, unzip} fixes Michael Walle
2020-05-22 12:07 ` [PATCH 1/4] cmd: unzip: automatically select CONFIG_GZIP Michael Walle
2020-05-22 14:57   ` Heinrich Schuchardt
2020-05-25 17:59   ` Tom Rini
2020-05-22 12:07 ` [PATCH 2/4] cmd: zip: automatically pull in gzip() Michael Walle
2020-05-22 23:13   ` Simon Glass
2020-05-25 17:59   ` Tom Rini
2020-05-22 12:07 ` [PATCH 3/4] cmd: zip: fix implicit declaration warning Michael Walle
2020-05-22 23:13   ` Simon Glass
2020-05-25 18:00   ` Tom Rini
2020-05-22 12:07 ` [PATCH 4/4] sandbox: move compression option to Kconfig Michael Walle
2020-05-22 23:13   ` Simon Glass
2020-05-25 18:00   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.