diff options
| author | trem <[email protected]> | 2013-09-10 22:08:40 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2013-09-11 09:35:43 +0200 |
| commit | b5e7f1bc4b899ea34e838d5d60b3e6f8e479d0a9 (patch) | |
| tree | 46cff0e3a3b49710cc0f0bbbf5f69b0962a81dd6 /include | |
| parent | bcc05c7aeb5507125b463fca3c98679d9c483919 (diff) | |
apf27: add FPGA support for the apf27 board
Signed-off-by: Philippe Reynes <[email protected]>
Signed-off-by: Eric Jarrige <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/apf27.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/apf27.h b/include/configs/apf27.h index 6fd48181f10..e7e258fa60d 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -293,6 +293,20 @@ #define CONFIG_MII /* MII PHY management */ /* + * FPGA + */ +#ifndef CONFIG_SPL_BUILD +#define CONFIG_FPGA +#endif +#define CONFIG_FPGA_COUNT 1 +#define CONFIG_FPGA_XILINX +#define CONFIG_FPGA_SPARTAN3 +#define CONFIG_SYS_FPGA_WAIT 250 /* 250 ms */ +#define CONFIG_SYS_FPGA_PROG_FEEDBACK +#define CONFIG_SYS_FPGA_CHECK_CTRLC +#define CONFIG_SYS_FPGA_CHECK_ERROR + +/* * Fuses - IIM */ #ifdef CONFIG_CMD_IMX_FUSE |
