diff options
-rw-r--r-- | 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@l(r3) - li r4, 0xAA39 + li r4, -0x55C7 sth r4, SWSRR@l(r3) #else /* Disable Wathcdog */ |