mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
Remove duplicate Spartan-3E definition.
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
5c65ecf7cd
commit
28113e1f0d
@ -81,9 +81,6 @@ typedef struct {
|
|||||||
#define XILINX_XC3S1200E_SIZE 3841184/8
|
#define XILINX_XC3S1200E_SIZE 3841184/8
|
||||||
#define XILINX_XC3S1600E_SIZE 5969696/8
|
#define XILINX_XC3S1600E_SIZE 5969696/8
|
||||||
|
|
||||||
/* Spartan-IIIE (1.2V) */
|
|
||||||
#define XILINX_XC3S1200E_SIZE 3841184/8
|
|
||||||
|
|
||||||
/* Descriptor Macros
|
/* Descriptor Macros
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
/* Spartan-III devices */
|
/* Spartan-III devices */
|
||||||
@ -111,7 +108,6 @@ typedef struct {
|
|||||||
#define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \
|
#define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \
|
||||||
{ Xilinx_Spartan3, iface, XILINX_XC3S5000E_SIZE, fn_table, cookie }
|
{ Xilinx_Spartan3, iface, XILINX_XC3S5000E_SIZE, fn_table, cookie }
|
||||||
|
|
||||||
|
|
||||||
/* Spartan-3E devices */
|
/* Spartan-3E devices */
|
||||||
#define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \
|
#define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \
|
||||||
{ Xilinx_Spartan3, iface, XILINX_XC3S100E_SIZE, fn_table, cookie }
|
{ Xilinx_Spartan3, iface, XILINX_XC3S100E_SIZE, fn_table, cookie }
|
||||||
@ -128,9 +124,4 @@ typedef struct {
|
|||||||
#define XILINX_XC3S1600E_DESC(iface, fn_table, cookie) \
|
#define XILINX_XC3S1600E_DESC(iface, fn_table, cookie) \
|
||||||
{ Xilinx_Spartan3, iface, XILINX_XC3S1600E_SIZE, fn_table, cookie }
|
{ Xilinx_Spartan3, iface, XILINX_XC3S1600E_SIZE, fn_table, cookie }
|
||||||
|
|
||||||
|
|
||||||
/* Spartan-IIIE devices */
|
|
||||||
#define XILINX_XC3S1200E_DESC(iface, fn_table, cookie) \
|
|
||||||
{ Xilinx_Spartan3, iface, XILINX_XC3S1200E_SIZE, fn_table, cookie }
|
|
||||||
|
|
||||||
#endif /* _SPARTAN3_H_ */
|
#endif /* _SPARTAN3_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user