projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9a3e8
)
Blackfin arch: dont clear the bit that tells coreb to start booting
author
Mike Frysinger
<
[email protected]
>
Mon, 21 May 2007 10:09:29 +0000
(18:09 +0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 21 May 2007 16:50:23 +0000
(09:50 -0700)
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/blackfin/mach-bf561/head.S
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf561/head.S
b/arch/blackfin/mach-bf561/head.S
index 9c8e6885f4e7f1dea40353cb7620fa4b59dd31d8..ad9187a866a5acc18c1a8c2da5682802b801589d 100644
(file)
--- a/
arch/blackfin/mach-bf561/head.S
+++ b/
arch/blackfin/mach-bf561/head.S
@@
-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 = 0x
2
0;
W[P0] = R0.l;
SSYNC;