[U-Boot-Users] [PATCH] [MPC83xx] Fixed syntax error in function init_e300_core() of mpc83xx/start.S if

Heiko Schocher hs at denx.de
Fri Jan 11 15:15:17 CET 2008


Signed-off-by: Timur Tabi <timur at freescale.com>
Signed-off-by: Heiko Schocher <hs at denx.de>
---
 cpu/mpc83xx/start.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S
index 496c8a5..1dfbf62 100644
--- a/cpu/mpc83xx/start.S
+++ b/cpu/mpc83xx/start.S
@@ -462,7 +462,7 @@ init_e300_core: /* time t 10 */
 
 	li	r4, 0x556C
 	sth	r4, SWSRR at l(r3)
-	li	r4, 0xAA39
+	li	r4, -0x55C7
 	sth	r4, SWSRR at l(r3)
 #else
 	/* Disable Wathcdog  */
-- 
1.5.2.2





More information about the U-Boot mailing list