From: Tor Krill Date: Mon, 2 Jun 2008 13:09:30 +0000 (+0200) Subject: Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h X-Git-Tag: v1.3.4-rc1~111^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d82b4fc0ce8cca95e857fc51022e841cb2dbee6a;p=oweals%2Fu-boot.git Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h Signed-off-by: Tor Krill Signed-off-by: Kim Phillips --- diff --git a/include/mpc83xx.h b/include/mpc83xx.h index d2e1e2bb6c..3dc926d7bb 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -820,6 +820,7 @@ #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