Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac57ac39 authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds
Browse files

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

parent 5f9a3e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;