]> git.sur5r.net Git - u-boot/commit
Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
authorRichard Retanubun <RichardRetanubun@RuggedCom.com>
Fri, 20 Mar 2009 19:30:10 +0000 (15:30 -0400)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:45:46 +0000 (20:45 +0200)
commit42a83765d54f042b4079e05a3438789542429981
treef1c95f1cb7d5db00a302449aae2e5b199d81e3d4
parenta24d96e40e1ca66dde6e6c158e7ecffafc5a2199
Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.

Ported from lib_ppc/interrupts.c, this adds the ability for
the coldfire system timer to auto-reset the watchdog when
dtimer_interrupts is called.

Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
lib_m68k/time.c