From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 29 Apr 2019 10:01:55 +0200 Subject: [U-Boot] [PATCH] lib: Kconfig: fix help text for GZIP In-Reply-To: <20190429065938.556202-1-hs@denx.de> References: <20190429065938.556202-1-hs@denx.de> Message-ID: <8f849226-331e-59e7-b613-d899e528e88e@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Acked-by: Marek Vasut > --- > > 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