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>
This commit is contained in:
Mike Frysinger 2007-05-21 18:09:29 +08:00 committed by Linus Torvalds
parent 5f9a3e8998
commit ac57ac39e4
1 changed files with 1 additions and 1 deletions

View File

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