[U-Boot] [PATCH v6 3/6] arm: socfpga: Enable FPGA driver on SPL

tien.fong.chee at intel.com tien.fong.chee at intel.com
Wed May 24 02:24:09 UTC 2017


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

This patch is for enabling the FPGA driver support on SPL.

Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
---
 include/configs/socfpga_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index da7e4ad..e74e7eb 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -110,6 +110,7 @@
 #define CONFIG_FPGA
 #define CONFIG_FPGA_ALTERA
 #define CONFIG_FPGA_SOCFPGA
+#define CONFIG_SPL_FPGA_SUPPORT
 #define CONFIG_FPGA_COUNT		1
 #endif
 #endif
-- 
2.2.0



More information about the U-Boot mailing list