From: Heiko Schocher Date: Fri, 11 Jan 2008 14:15:17 +0000 (+0100) Subject: Fixed syntax error in function init_e300_core() of mpc83xx/start.S if X-Git-Tag: v1.3.2-rc1~102^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6db945649e5e9d0c7efe33b507d243cdc86cf03;p=u-boot Fixed syntax error in function init_e300_core() of mpc83xx/start.S if Signed-off-by: Timur Tabi Signed-off-by: Heiko Schocher --- diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S index 496c8a5861..1dfbf62239 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@l(r3) - li r4, 0xAA39 + li r4, -0x55C7 sth r4, SWSRR@l(r3) #else /* Disable Wathcdog */