[U-Boot] [PATCH] [Timer]Remove calls to [get, reset]_timer outside arch/

Scott McNutt smcnutt at psyent.com
Mon May 23 14:19:36 CEST 2011


Hi Graeme,

Graeme Russ wrote:
> There is no need to use get_timer() and reset_timer() and there are build

I must have missed something WRT reset_timer() -- my apologies
if I'm covering old ground.

When the timestamp is incremented using an interrupt that occurs with
a period greater than 1 ms, we can get early timeouts. reset_timer()
solved the problem. What's the recommended approach for dealing with
this without reset_timer() ?

Regards,
--Scott



More information about the U-Boot mailing list