summaryrefslogtreecommitdiffstats
path: root/include/mpc83xx.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-08-21 16:30:30 -0500
committerKim Phillips <kim.phillips@freescale.com>2009-08-21 17:10:35 -0500
commit6d2c26ac831f033b0025cfb256365a047f8dd115 (patch)
tree1fd7061d583e79583bd66f6a98ea80b949da1706 /include/mpc83xx.h
parent193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb (diff)
downloadblackbird-obmc-uboot-6d2c26ac831f033b0025cfb256365a047f8dd115.tar.gz
blackbird-obmc-uboot-6d2c26ac831f033b0025cfb256365a047f8dd115.zip
mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/mpc83xx.h')
-rw-r--r--include/mpc83xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index fd742c7809..44115c91b4 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
OpenPOWER on IntegriCloud