U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] lib: Kconfig: fix help text for GZIP
@ 2019-04-29  6:59 Heiko Schocher
  2019-04-29  8:01 ` Marek Vasut
  2019-05-03 18:20 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Schocher @ 2019-04-29  6:59 UTC (permalink / raw)
  To: u-boot

commit 95f4bbd581cf ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot")

introduced Kconfig option for gzip in U-Boot, but help text
says gzip for SPL, which is wrong. Fix this.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 05f82d4a50..38012506d2 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -359,7 +359,7 @@ config LZO
 	  This enables support for LZO compression algorithm.r
 
 config GZIP
-	bool "Enable gzip decompression support for SPL build"
+	bool "Enable gzip decompression support"
 	select ZLIB
 	default y
 	help
-- 
2.17.2

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

end of thread, other threads:[~2019-05-03 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29  6:59 [U-Boot] [PATCH] lib: Kconfig: fix help text for GZIP Heiko Schocher
2019-04-29  8:01 ` Marek Vasut
2019-05-03 18:20 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox