aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2017-07-26 13:05:44 +0800
committerMarek Vasut <marex@denx.de>2017-07-26 10:31:44 +0200
commit9af91b7c4041a455de5f3e3da4e36644768bff68 (patch)
tree689dd4cfc2e756f9ca5c383ffd5112861577ceb0 /include/configs
parent2baa997240d3e20fb4f97e5b32cbfc0e188df926 (diff)
downloadu-boot-9af91b7c4041a455de5f3e3da4e36644768bff68.zip
u-boot-9af91b7c4041a455de5f3e3da4e36644768bff68.tar.gz
u-boot-9af91b7c4041a455de5f3e3da4e36644768bff68.tar.bz2
arm: socfpga: Enable all FPGA config support for Arria 10
Enable all FPGA config support for Arria 10. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socfpga_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 69da618..2c23ae5 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -103,11 +103,10 @@
/*
* FPGA Driver
*/
-#ifdef CONFIG_TARGET_SOCFPGA_GEN5
#ifdef CONFIG_CMD_FPGA
#define CONFIG_FPGA_COUNT 1
#endif
-#endif
+
/*
* L4 OSC1 Timer 0
*/