[U-Boot] [PATCH 5/5] arm: socfpga: Enable cff driver build
tien.fong.chee at intel.com
tien.fong.chee at intel.com
Mon Jul 31 10:50:22 UTC 2017
From: Tien Fong Chee <tien.fong.chee at intel.com>
Enable cff driver build which is needed as intermediate driver for handling
operation of FPGA program between feeding FPGA design from flash into FPGA
manager.
Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
---
arch/arm/mach-socfpga/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile
index 824cd8e..8122ddb 100644
--- a/arch/arm/mach-socfpga/Makefile
+++ b/arch/arm/mach-socfpga/Makefile
@@ -27,6 +27,7 @@ obj-y += clock_manager_arria10.o
obj-y += misc_arria10.o
obj-y += pinmux_arria10.o
obj-y += reset_manager_arria10.o
+obj-y += cff.o
endif
ifdef CONFIG_SPL_BUILD
--
1.7.7.4
More information about the U-Boot
mailing list