mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
Enable 'fpga' command in u-boot. User will be able to use the FPGA command to program the FPGA on Stratix10 SoC. Signed-off-by: Ang, Chee Hong <chee.hong.ang@intel.com>
This commit is contained in:
parent
c41e660b6b
commit
877ec6ebbd
7 changed files with 79 additions and 28 deletions
|
@ -18,9 +18,9 @@ struct bsel {
|
|||
extern struct bsel bsel_str[];
|
||||
|
||||
#ifdef CONFIG_FPGA
|
||||
void socfpga_fpga_add(void);
|
||||
void socfpga_fpga_add(void *fpga_desc);
|
||||
#else
|
||||
static inline void socfpga_fpga_add(void) {}
|
||||
inline void socfpga_fpga_add(void *fpga_desc) {}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TARGET_SOCFPGA_GEN5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue