Эх сурвалжийг харах

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 жил өмнө
parent
commit
ac57ac39e4

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

@@ -431,7 +431,7 @@ ENTRY(_bfin_reset)
 	/* make sure SYSCR is set to use BMODE */
 	/* make sure SYSCR is set to use BMODE */
 	P0.h = hi(SICA_SYSCR);
 	P0.h = hi(SICA_SYSCR);
 	P0.l = lo(SICA_SYSCR);
 	P0.l = lo(SICA_SYSCR);
-	R0.l = 0x0;
+	R0.l = 0x20;
 	W[P0] = R0.l;
 	W[P0] = R0.l;
 	SSYNC;
 	SSYNC;