[U-Boot-Users] [PATCH] Support for OMAP1610 H2 platform

Wolfgang Denk wd at denx.de
Mon Feb 23 23:32:05 CET 2004


In message <71555548814716479478431542AA5F8A5A9F23 at dlee2k04.ent.ti.com> you wrote:
> That file happens to have one more minor fix since then.  
> In udelay():
>    If( (tmo + tmp) < tmp ) /* if setting this for ... */
> 
>    Should be:
>   
>    If( tmo + tmp + 1) < tmp ) /* if setting this ... */
> 
> 
> I found when leaving it set for a long time I could get caught in an
> infinite loop... the time rolled between get_time() and the and the call to
> get_timer_masked().  You generally don't hit it unless you let the board
> sits at the boot prompt for long.

Added this fix to CVS.

> I'll submit more patches in the future for this and other fixes.......unless
> Wolfgang applies them first, as I have recently sent him a snapshot.

If you can please submit patches; this  makes  testing  on  different
platforms  easier.  Remember  that I have just one non-standard board
which I need to get working first. And then we'll focus  on  the  USB
stuff mostly.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Always try to do things in chronological order; it's  less  confusing
that way.




More information about the U-Boot mailing list