]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix Spartan-3 definitions.
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Wed, 17 Sep 2008 15:57:34 +0000 (17:57 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 22 Sep 2008 20:07:20 +0000 (22:07 +0200)
A few Spartan-3 definitions erroneously use Spartan-3E size
constants. This patch fixes them.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
include/spartan3.h

index 6d471e3959ea5a6a1ca0eada8d15dcbc45c8d75e..b0fa1cdaee6287c9cbef0936176073d4742497b3 100644 (file)
@@ -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) \