浏览代码

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

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Mike Frysinger 18 年之前
父节点
当前提交
ac57ac39e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/blackfin/mach-bf561/head.S

+ 1 - 1
arch/blackfin/mach-bf561/head.S

@@ -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;