commit | 1fd303543aef9c4641bd578e6e52284f5a69df67 | [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 | 4fa8375ffec5bd1c7edabde42b8ee0339072df38 [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>