projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193b4cb
)
mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
author
Heiko Schocher
<hs@denx.de>
Fri, 21 Aug 2009 21:30:30 +0000
(16:30 -0500)
committer
Kim Phillips
<kim.phillips@freescale.com>
Fri, 21 Aug 2009 22:10:35 +0000
(17:10 -0500)
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/mpc83xx.h
patch
|
blob
|
history
diff --git
a/include/mpc83xx.h
b/include/mpc83xx.h
index fd742c7809d493660c362bcfdc148024851502c1..44115c91b410daeaa325bd8186447b169e72b112 100644
(file)
--- 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