[U-Boot] [PATCH V2 1/2] lib: fdt: Allow enabling both LZO and GZIP DT compression

Simon Glass sjg at chromium.org
Wed Apr 24 15:18:02 UTC 2019


On Tue, 9 Apr 2019 at 10:09, Marek Vasut <marek.vasut at gmail.com> wrote:
>
> Allow enabling both LZO and GZIP DT compression in SPL and fix a
> bug where if the GZIP decompression failed, the LZO decompression
> would not even be attempted.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> V2: Rebase on u-boot/master
> ---
>  lib/fdtdec.c | 19 +++++++++++++------
>  1 file changed, 13 insertions(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list