diff options
author | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
commit | d52785d7f5fc6c5a410c1c6c0a3f527464a21927 (patch) | |
tree | 0b1ac674e53153b62329150305c2f88a5e2feba8 /include/mpc83xx.h | |
parent | 5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff) | |
parent | 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff) | |
download | u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.zip u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.gz u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/mpc83xx.h')
-rw-r--r-- | include/mpc83xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h index fd742c7..44115c9 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -837,6 +837,9 @@ #define CSCONFIG_EN 0x80000000 #define CSCONFIG_AP 0x00800000 #define CSCONFIG_ODT_WR_ACS 0x00010000 +#if defined(CONFIG_MPC832x) +#define CSCONFIG_ODT_WR_CFG 0x00040000 +#endif #define CSCONFIG_BANK_BIT_3 0x00004000 #define CSCONFIG_ROW_BIT 0x00000700 #define CSCONFIG_ROW_BIT_12 0x00000000 |