]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
authorTor Krill <tor@excito.com>
Mon, 2 Jun 2008 13:09:30 +0000 (15:09 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 10 Jun 2008 17:19:04 +0000 (12:19 -0500)
Signed-off-by: Tor Krill <tor@excito.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/mpc83xx.h

index d2e1e2bb6c8705256568decada830cd0b3f5d25c..3dc926d7bbb37944d037483a531f1bbcaea3a64e 100644 (file)
 #define CSCONFIG_EN                    0x80000000
 #define CSCONFIG_AP                    0x00800000
 #define CSCONFIG_ODT_WR_ACS            0x00010000
+#define CSCONFIG_BANK_BIT_3            0x00004000
 #define CSCONFIG_ROW_BIT               0x00000700
 #define CSCONFIG_ROW_BIT_12            0x00000000
 #define CSCONFIG_ROW_BIT_13            0x00000100