diff options
| author | Tien Fong Chee <[email protected]> | 2017-07-26 13:05:41 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-07-26 10:31:44 +0200 |
| commit | 386c65e5569fab358ecc6d4507dbdaead9fd4a05 (patch) | |
| tree | d581af5c20a67e1a6011f258423b76e795692d34 | |
| parent | fa23ba1aa5ba57ea36a8dec55219a1d4dcbab30a (diff) | |
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 <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
Reviewed-by: Dinh Nguyen <[email protected]>
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 8624bd86f1c..e4a9cb41958 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 |
