Re: [U-Boot] [PATCH] README: document the requirements for CONFIG_SYS_HZ

2013-03-27 Thread Tom Rini
On Fri, Mar 22, 2013 at 10:41:53PM +0100, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <514ccaae.6020...@wwwdotorg.org> you wrote: > > > > >> +The frequency of the timer returned by get_timer(). > > >> This value > > >> +MUST be 1000. > > > > > > Thi

Re: [U-Boot] [PATCH] README: document the requirements for CONFIG_SYS_HZ

2013-03-22 Thread Wolfgang Denk
Dear Stephen Warren, In message <514ccaae.6020...@wwwdotorg.org> you wrote: > > >> + The frequency of the timer returned by get_timer(). This value > >> + MUST be 1000. > > > > This is misleading, or even incorrect. If I read this, I would expect > > that get_timer() returns 10

Re: [U-Boot] [PATCH] README: document the requirements for CONFIG_SYS_HZ

2013-03-22 Thread Stephen Warren
On 03/22/2013 03:12 PM, Wolfgang Denk wrote: > Dear Stephen, > > In message <1363923692-12748-1-git-send-email-swar...@wwwdotorg.org> you > wrote: >> CONFIG_SYS_HZ must be 1000, and get_timer() must therefore return mS. >> Document this. > > "must return mS" ? "mS" means Milli-Siemens, which is

Re: [U-Boot] [PATCH] README: document the requirements for CONFIG_SYS_HZ

2013-03-22 Thread Wolfgang Denk
Dear Stephen, In message <1363923692-12748-1-git-send-email-swar...@wwwdotorg.org> you wrote: > CONFIG_SYS_HZ must be 1000, and get_timer() must therefore return mS. > Document this. "must return mS" ? "mS" means Milli-Siemens, which is a unit of electric conductance and electric admittance. You