Hi Wolfgang,

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

> In message <[EMAIL PROTECTED]> 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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to