提交 d7568947 编写于 作者: S Stefan Roese

ppc4xx: Fix small 405EZ OCM initilization bug in start.S

As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
fixes a small bug in the 405EZ OCM initialization. Thanks for
spotting.
Signed-off-by: NStefan Roese <sr@denx.de>
上级 ee96088c
......@@ -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,r4
mtdcr ocmdsisdpc,r3
isync
#else /* CONFIG_405EZ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册