mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
fpga: zynqpl: Add support for zc7100 device.
- Add support for zc7100 device. - FPGA programming on few of the SOC(zc7100) takes more than 1sec, hence increased the program time by 4sec to sync' all soc's. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a78dac79ed
commit
fd2b10b6d6
3 changed files with 10 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_FPGA_PROG_TIME
|
||||
#define CONFIG_SYS_FPGA_PROG_TIME CONFIG_SYS_HZ /* 1 s */
|
||||
#define CONFIG_SYS_FPGA_PROG_TIME (CONFIG_SYS_HZ * 4) /* 4 s */
|
||||
#endif
|
||||
|
||||
int zynq_info(Xilinx_desc *desc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue