In message <[EMAIL PROTECTED]> you wrote:
>
> if (state == FL_ERASING)
>       timeo = CFG_HZ * 2 / 5;
> else
>       timeo = CFG_HZ / 50
> 
> If we have CFG_HZ values that are within a factor of 2 of wrapping 
> around, the platform should probably do some downward scaling (or we 
> should think about 64-bit timestamps)...

Not needed. CFG_HZ == 1000 for all sane ports.

Broken ports should be fixed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
People are always a lot more complicated than you  think.  It's  very
important to remember that.             - Terry Pratchett, _Truckers_

-------------------------------------------------------------------------
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
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to