[U-Boot-Users] watchdog usage in U-Boot

w.wegner at astro-kom.de w.wegner at astro-kom.de
Thu Feb 21 17:57:58 CET 2008


Hi Wolfgang,

On 21 Feb 2008 at 17:51, Wolfgang Denk wrote:

> In message <47BD8EC3.14413.6591E84 at w.wegner.astro-kom.de> you wrote:
> > 
> > I want to use the watchdog in my MCF5373L board (which is
> > supported by U-Boot using the MCF532x code). I find
> > watchdog_init and so on but I did not see any of these being
> > called anywhere from within U-Boot. However, when enabling
> 
> How did you search? You might want to do  a  case-insensitive  search
> for watchdog_init and watchdog_reset. There is some CPP trickery
> involved.

find . -iname "*.c" -exec grep -H watchdog_reset {} \;
in the u-boot directory, to be exact. ;-)
moving the "i" to the correct place reveals everything - I do not know
why I overlooked this.

Thank you very much for pointing me to this - I think now everything
is clear.

Best regards,
Wolfgang





More information about the U-Boot mailing list