[U-Boot] [PATCH v12 5/8] drivers: Enable FPGA driver build on SPL

tien.fong.chee at intel.com tien.fong.chee at intel.com
Mon Jul 24 08:47:55 UTC 2017


From: Tien Fong Chee <tien.fong.chee at intel.com>

Enable FPGA driver build for Arria 10 SPL because FPGA driver is
needed by Arria 10 SPL to configure and getting DDR up before
loading U-boot into DDR and booting from there.

Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan at intel.com>
Reviewed-by: Dinh Nguyen <dinguyen at kernel.org>
---
 drivers/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/Makefile b/drivers/Makefile
index 8624bd8..e4a9cb4 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -48,6 +48,7 @@ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
 obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/
 obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
 obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
+obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
 endif
 
 ifdef CONFIG_TPL_BUILD
-- 
2.2.0



More information about the U-Boot mailing list