mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fpga: Remove all CONFIG_SYS_* fpga related options
All these macros are completely unused by any code. CONFIG_FPGA is not a bitfield anymore. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
6631db4773
commit
b03b25caea
10 changed files with 6 additions and 60 deletions
|
@ -278,9 +278,6 @@ typedef struct {
|
|||
char *desc; /* description string */
|
||||
} Lattice_desc; /* end, typedef Altera_desc */
|
||||
|
||||
/* Lattice Model Type */
|
||||
#define CONFIG_SYS_XP2 CONFIG_SYS_FPGA_DEV(0x1)
|
||||
|
||||
/* Board specific implementation specific function types */
|
||||
typedef void (*Lattice_jtag_init)(void);
|
||||
typedef void (*Lattice_jtag_set_tdi)(int v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue