From: Tien Fong Chee Date: Wed, 26 Jul 2017 05:05:41 +0000 (+0800) Subject: drivers: Enable FPGA driver build on SPL X-Git-Tag: v2017.09-rc1~31^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=386c65e5569fab358ecc6d4507dbdaead9fd4a05;p=oweals%2Fu-boot.git drivers: Enable FPGA driver build on SPL 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 Reviewed-by: Ley Foon Tan Reviewed-by: Dinh Nguyen --- diff --git a/drivers/Makefile b/drivers/Makefile index 8624bd86f1..e4a9cb4195 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