Fixed syntax error in function init_e300_core() of mpc83xx/start.S if

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Heiko Schocher 2008-01-11 15:15:17 +01:00 committed by Wolfgang Denk
parent fa05664cd8
commit f6db945649
1 changed files with 1 additions and 1 deletions

View File

@ -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 */