]> git.sur5r.net Git - u-boot/commit
spl: fit: Fix support for loading FPGA bitstream
authorMarek Vasut <marex@denx.de>
Fri, 1 Jun 2018 21:19:29 +0000 (23:19 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:57 +0000 (16:55 -0400)
commit56419ea5f0800690b47390baee580e541342d35c
tree0e8496b758a2dc16c5cc80fb5ae859236d9760bf
parent26ad648ff4fcca2f5676a0690902be54a94f243d
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>
common/spl/spl_fit.c