public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] 83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
@ 2009-08-17  7:17 Heiko Schocher
  2009-08-21 21:58 ` Kim Phillips
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2009-08-17  7:17 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 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
-- 
1.6.0.6

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-21 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17  7:17 [U-Boot] 83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs Heiko Schocher
2009-08-21 21:58 ` Kim Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox