aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-05-21 06:09:29 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-21 12:50:23 -0400
commitac57ac39e4f92f327451ad4084c4d5f60bcfa999 (patch)
treea92b2095915ae4e59eff01d80fc4f88df689d984 /arch/blackfin
parent5f9a3e899897201a49965cd9e1bb2570b3bde2b5 (diff)
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>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/mach-bf561/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf561/head.S b/arch/blackfin/mach-bf561/head.S
index 9c8e6885f4e7..ad9187a866a5 100644
--- a/arch/blackfin/mach-bf561/head.S
+++ b/arch/blackfin/mach-bf561/head.S
@@ -431,7 +431,7 @@ ENTRY(_bfin_reset)
431 /* make sure SYSCR is set to use BMODE */ 431 /* make sure SYSCR is set to use BMODE */
432 P0.h = hi(SICA_SYSCR); 432 P0.h = hi(SICA_SYSCR);
433 P0.l = lo(SICA_SYSCR); 433 P0.l = lo(SICA_SYSCR);
434 R0.l = 0x0; 434 R0.l = 0x20;
435 W[P0] = R0.l; 435 W[P0] = R0.l;
436 SSYNC; 436 SSYNC;
437 437