lib: Kconfig: fix help text for GZIP
authorHeiko Schocher <hs@denx.de>
Mon, 29 Apr 2019 06:59:38 +0000 (08:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
commit5132361ad4ae940270422d8ab4a1d1a37a6e9b7d
treef19ea1c8390ee3898b6f7dfdde7324108258e1b6
parentcb943418bf9e2c7c77d8d2eb55167e7bdb1afb77
lib: Kconfig: fix help text for GZIP

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