[PATCH] cmd: add "config" command dependency on gzip

Marius Dinu m95d+git at psihoexpert.ro
Wed Jun 11 15:02:12 CEST 2025


gunzip is used in cmd/config.c

Signed-off-by: Marius Dinu <m95d+git at psihoexpert.ro>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index f21d27cb27f..057f091bf3b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -153,6 +153,7 @@ config CMD_CONFIG
 	bool "config"
 	default SANDBOX
 	select BUILD_BIN2C
+	select GZIP
 	help
 	  Print ".config" contents.
 
-- 
2.49.0




More information about the U-Boot mailing list