[U-Boot-Users] [PATCH] mpc83xx: don't hang if watchdog configured on 8360, 832x

30 Jan
2007
30 Jan
'07
11:15 p.m.
don't hang if watchdog configured on 8360, 832x
The watchdog programming model is the same across all 83xx devices; make the code reflect that. --- cpu/mpc83xx/cpu.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index f1b2749..817f422 100644 --- a/cpu/mpc83xx/cpu.c +++ b/cpu/mpc83xx/cpu.c @@ -266,7 +266,6 @@ unsigned long get_tbclk(void) #if defined(CONFIG_WATCHDOG) void watchdog_reset (void) { -#ifdef CONFIG_MPC834X int re_enable = disable_interrupts();
/* Reset the 83xx watchdog */ @@ -276,9 +275,6 @@ void watchdog_reset (void)
if (re_enable) enable_interrupts (); -#else - hang(); -#endif } #endif
--
1.4.4
6671
Age (days ago)
6671
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kim Phillips