projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee96088
)
ppc4xx: Fix problem in 405EZ OCM initialization
author
Stefan Roese
<sr@denx.de>
Mon, 21 May 2007 05:41:22 +0000
(07:41 +0200)
committer
Stefan Roese
<sr@denx.de>
Mon, 21 May 2007 05:41:22 +0000
(07:41 +0200)
As spotted by Bruce Adler this patch fixes an initialization problem
for the 405EZ OCM.
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/start.S
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/start.S
b/cpu/ppc4xx/start.S
index a96083caa581cc10b357ac52d6c8a5aeab46c5b3..85660b40dcdf1212ed4d4ce9e7e55579a8361608 100644
(file)
--- a/
cpu/ppc4xx/start.S
+++ b/
cpu/ppc4xx/start.S
@@
-783,7
+783,7
@@
_start:
mtdcr ocmdscr2, r3 /* Set Data Side */
mtdcr ocmiscr2, r3 /* Set Instruction Side */
addis r3,0,0x0800 /* OCM Data Parity Disable - 1 Wait State */
- mtdcr ocmdsisdpc,r
4
+ mtdcr ocmdsisdpc,r
3
isync
#else /* CONFIG_405EZ */