Skip to content

Commit

Permalink
Blackfin arch: dont clear the bit that tells coreb to start booting
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 21, 2007
1 parent 5f9a3e8 commit ac57ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf561/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ac57ac3

Please sign in to comment.