forked from Minki/linux
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:
parent
5f9a3e8998
commit
ac57ac39e4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user