mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
lib: Kconfig: fix help text for GZIP
commit 95f4bbd581
("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>
This commit is contained in:
parent
cb943418bf
commit
5132361ad4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue