* [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
* [U-Boot] [PATCH] lib: Kconfig: fix help text for GZIP
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
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2019-04-29 8:01 UTC (permalink / raw)
To: u-boot
On 4/29/19 8:59 AM, Heiko Schocher wrote:
> 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>
Acked-by: Marek Vasut <marex@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
>
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] lib: Kconfig: fix help text for GZIP
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
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-05-03 18:20 UTC (permalink / raw)
To: u-boot
On Mon, Apr 29, 2019 at 08:59:38AM +0200, Heiko Schocher wrote:
> 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>
> Acked-by: Marek Vasut <marex@denx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190503/3b93e310/attachment.sig>
^ permalink raw reply [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