commit | 42e5c03d866aeb7b65b5d78972618af5a1786e77 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Mar 13 21:11:22 2019 +0100 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 09 18:19:10 2019 +0200 |
tree | 7414df865084303c36cd9e4451b0b963b449eb12 | |
parent | bca66e2d7e668654ec2ca91d646ec551d051a2c2 [diff] |
lib: fdt: Allow enabling both LZO and GZIP DT compression 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@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>