|
@@ -100,13 +100,13 @@ typedef struct {
|
|
|
{ Xilinx_Spartan3, iface, XILINX_XC3S1500_SIZE, fn_table, cookie }
|
|
|
|
|
|
#define XILINX_XC3S2000_DESC(iface, fn_table, cookie) \
|
|
|
-{ Xilinx_Spartan3, iface, XILINX_XC3S2000E_SIZE, fn_table, cookie }
|
|
|
+{ Xilinx_Spartan3, iface, XILINX_XC3S2000_SIZE, fn_table, cookie }
|
|
|
|
|
|
#define XILINX_XC3S4000_DESC(iface, fn_table, cookie) \
|
|
|
-{ Xilinx_Spartan3, iface, XILINX_XC3S4000E_SIZE, fn_table, cookie }
|
|
|
+{ Xilinx_Spartan3, iface, XILINX_XC3S4000_SIZE, fn_table, cookie }
|
|
|
|
|
|
#define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \
|
|
|
-{ Xilinx_Spartan3, iface, XILINX_XC3S5000E_SIZE, fn_table, cookie }
|
|
|
+{ Xilinx_Spartan3, iface, XILINX_XC3S5000_SIZE, fn_table, cookie }
|
|
|
|
|
|
/* Spartan-3E devices */
|
|
|
#define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \
|