From c41e660b6bb4405fb511c7af29aad4271f6b39a8 Mon Sep 17 00:00:00 2001 From: "Ang, Chee Hong" Date: Wed, 19 Dec 2018 18:35:14 -0800 Subject: arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver Enable FPGA reconfiguration support for Stratix 10 SoC. Signed-off-by: Ang, Chee Hong --- include/altera.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/altera.h') diff --git a/include/altera.h b/include/altera.h index ead5d3d810..233b467dba 100644 --- a/include/altera.h +++ b/include/altera.h @@ -116,4 +116,8 @@ int socfpga_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size); int stratixv_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size); #endif +#ifdef CONFIG_FPGA_STRATIX10 +int stratix10_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size); +#endif + #endif /* _ALTERA_H_ */ -- cgit v1.2.3