summaryrefslogtreecommitdiffstats
path: root/include/spartan3.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurentp@cse-semaphore.com>2008-09-17 17:41:58 +0200
committerWolfgang Denk <wd@denx.de>2008-09-22 22:03:33 +0200
commit28113e1f0da4146b823ffce37680d31d5685a60b (patch)
treecff616a95838d2e23da1bfc403fbccc91283ee12 /include/spartan3.h
parent5c65ecf7cd94df250b295621f3b24135cbcfe579 (diff)
downloadtalos-obmc-uboot-28113e1f0da4146b823ffce37680d31d5685a60b.tar.gz
talos-obmc-uboot-28113e1f0da4146b823ffce37680d31d5685a60b.zip
Remove duplicate Spartan-3E definition.
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/spartan3.h')
-rw-r--r--include/spartan3.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/spartan3.h b/include/spartan3.h
index 9a3a5d49bc..6d471e3959 100644
--- a/include/spartan3.h
+++ b/include/spartan3.h
@@ -81,9 +81,6 @@ typedef struct {
#define XILINX_XC3S1200E_SIZE 3841184/8
#define XILINX_XC3S1600E_SIZE 5969696/8
-/* Spartan-IIIE (1.2V) */
-#define XILINX_XC3S1200E_SIZE 3841184/8
-
/* Descriptor Macros
*********************************************************************/
/* Spartan-III devices */
@@ -111,7 +108,6 @@ typedef struct {
#define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \
{ Xilinx_Spartan3, iface, XILINX_XC3S5000E_SIZE, fn_table, cookie }
-
/* Spartan-3E devices */
#define XILINX_XC3S100E_DESC(iface, 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) \
{ 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_ */
OpenPOWER on IntegriCloud