summaryrefslogtreecommitdiffstats
path: root/include/spartan3.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurentp@cse-semaphore.com>2008-09-17 17:57:34 +0200
committerWolfgang Denk <wd@denx.de>2008-09-22 22:07:20 +0200
commita07faf7b9ad5a86763a577c79922c4ff9a70ef23 (patch)
tree12f75ce2d9fdb44891ee7a0c4b813291721a7bc4 /include/spartan3.h
parent28113e1f0da4146b823ffce37680d31d5685a60b (diff)
downloadblackbird-obmc-uboot-a07faf7b9ad5a86763a577c79922c4ff9a70ef23.tar.gz
blackbird-obmc-uboot-a07faf7b9ad5a86763a577c79922c4ff9a70ef23.zip
Fix Spartan-3 definitions.
A few Spartan-3 definitions erroneously use Spartan-3E size constants. This patch fixes them. Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Diffstat (limited to 'include/spartan3.h')
-rw-r--r--include/spartan3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spartan3.h b/include/spartan3.h
index 6d471e3959..b0fa1cdaee 100644
--- a/include/spartan3.h
+++ b/include/spartan3.h
@@ -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) \
OpenPOWER on IntegriCloud