提交 ac57ac39 编写于 作者: M Mike Frysinger 提交者: Linus Torvalds

Blackfin arch: dont clear the bit that tells coreb to start booting

Signed-off-by: NMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 5f9a3e89
......@@ -431,7 +431,7 @@ ENTRY(_bfin_reset)
/* make sure SYSCR is set to use BMODE */
P0.h = hi(SICA_SYSCR);
P0.l = lo(SICA_SYSCR);
R0.l = 0x0;
R0.l = 0x20;
W[P0] = R0.l;
SSYNC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册