
11 Aug
2009
11 Aug
'09
11:33 a.m.
Dexdyne Postmaster wrote:
Is there any experience/example of u-boot driving a short-period watchdog throughout the boot process I can try to copy?
Hi,
have a look at include/watchdog.h http://git.denx.de/?p=u-boot.git;a=blob;f=include/watchdog.h;h=9265be9737245...
and, for example, cpu/mpc8xx/cpu.c the function watchdog_reset().
Greetings, rhabarber1848