diff options
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/cpu.c')
| -rw-r--r-- | arch/m68k/cpu/mcf52x2/cpu.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/m68k/cpu/mcf52x2/cpu.c b/arch/m68k/cpu/mcf52x2/cpu.c index 9fb717c2b..fb60462c4 100644 --- a/arch/m68k/cpu/mcf52x2/cpu.c +++ b/arch/m68k/cpu/mcf52x2/cpu.c @@ -74,8 +74,7 @@ int watchdog_disable(void)  {  	volatile wdog_t *wdt = (volatile wdog_t *)(MMAP_WDOG); -	wdt->sr = 0x5555; /* reset watchdog counteDECLARE_GLOBAL_DATA_PTR; -r */ +	wdt->sr = 0x5555; /* reset watchdog counter */  	wdt->sr = 0xAAAA;  	wdt->cr = 0;	/* disable watchdog timer */ |