]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: dont clear the bit that tells coreb to start booting
authorMike Frysinger <michael.frysinger@analog.com>
Mon, 21 May 2007 10:09:29 +0000 (18:09 +0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 21 May 2007 16:50:23 +0000 (09:50 -0700)
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>
arch/blackfin/mach-bf561/head.S

index 9c8e6885f4e7f1dea40353cb7620fa4b59dd31d8..ad9187a866a5acc18c1a8c2da5682802b801589d 100644 (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;