[PATCH 21/32] Blackfin arch: dont clear the bit that tells coreb to start booting

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bryan Wu
Date: Monday, May 21, 2007 - 3:09 am

From: Mike Frysinger <michael.frysinger@analog.com>

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
 arch/blackfin/mach-bf561/head.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-bf561/head.S b/arch/blackfin/mach-bf561/head.S
index 9c8e688..ad9187a 100644
--- 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 = 0x20;
 	W[P0] = R0.l;
 	SSYNC;
 
-- 
1.5.1.2
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/32] Blackfin update for 2.6.22-rc2, Bryan Wu, (Mon May 21, 3:09 am)
[PATCH 21/32] Blackfin arch: dont clear the bit that tells ..., Bryan Wu, (Mon May 21, 3:09 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Robin Getz, (Mon May 21, 7:35 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Paul Mundt, (Mon May 21, 7:37 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Mon May 21, 10:36 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Robin Getz, (Mon May 21, 2:52 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Mon May 21, 3:01 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Bryan Wu, (Tue May 22, 1:37 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Tue May 22, 5:28 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Paul Mundt, (Tue May 22, 6:06 pm)