]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: fix up EBIU defines
authorMike Frysinger <vapier@gentoo.org>
Tue, 11 Nov 2008 10:43:57 +0000 (05:43 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 2 Feb 2009 17:24:47 +0000 (12:24 -0500)
The EBIU defines for EBSZ 256/512 were incorrect.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/asm-blackfin/mach-common/bits/ebiu.h

index af456fbe9805c987f70b436bf6d5d652470d3376..7c0c569acf9cccb17c4c806e9685bbabdeb22792 100644 (file)
 #define EBSZ_32                0x0002          /* SDRAM External Bank Size = 32MB */
 #define EBSZ_64                0x0004          /* SDRAM External Bank Size = 64MB */
 #define EBSZ_128       0x0006          /* SDRAM External Bank Size = 128MB */
-#define EBSZ_256       0x0007          /* SDRAM External Bank Size = 256MB */
-#define EBSZ_512       0x0008          /* SDRAM External Bank Size = 512MB */
+#define EBSZ_256       0x0008          /* SDRAM External Bank Size = 256MB */
+#define EBSZ_512       0x000A          /* SDRAM External Bank Size = 512MB */
 #define EBCAW_8                0x0000          /* SDRAM External Bank Column Address Width = 8 Bits */
 #define EBCAW_9                0x0010          /* SDRAM External Bank Column Address Width = 9 Bits */
 #define EBCAW_10       0x0020          /* SDRAM External Bank Column Address Width = 10 Bits */