commit | 72bc5d567d4a66bc997fd4511b0456b42394ad37 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jun 01 23:19:29 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 10 16:55:57 2018 -0400 |
tree | 0e8496b758a2dc16c5cc80fb5ae859236d9760bf | |
parent | f6e0e5cc76de3399c59dc0ffec66e2ca4c38e43a [diff] |
spl: fit: Fix support for loading FPGA bitstream Move the FPGA loading from IS_ENABLED(CONFIG_SPL_OS_BOOT) && IS_ENABLED(CONFIG_SPL_GZIP) conditional. The FPGA loading can be used without OS loading and GZIP support in SPL. This issue was most likely induced by some merge conflict, so fix it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>