Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-09-15 Thread Wolfgang Denk
Dear Magnus, In message <[EMAIL PROTECTED]> you wrote: > > It seems to me that this patch is not present in 2008.10-rc2, but the > patch adding the README.imx31 describing the HIGH_PRECISION-flag has > been merged (looking in both Wolfgang's tree and the arm-next tree). I agree. The partial merg

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-09-14 Thread Magnus Lilja
Hi 2008/8/12 Guennadi Liakhovetski <[EMAIL PROTECTED]>: > Switch to the standard CFG_HZ=1000 value, while at it, minor white-space > cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, > provides 2% or 0.4% precision depending on the > CONFIG_MX31_TIMER_HIGH_PRECISION flag. Meas

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-08-13 Thread Wolfgang Denk
Dear Juergen, In message <[EMAIL PROTECTED]> you wrote: > > i tried to test your patch against latest git with "imx31_phycore_config" and > > The patch applied without problems but the compilation failed with : > .. > .. > /opt/OSELAS.Toolchain-1.1.0/arm-1136jfs-linux-gnueabi/gcc-4.1.2-glibc-2.5

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-08-13 Thread Juergen Kilb
Hi Guennadi, > Switch to the standard CFG_HZ=1000 value, while at it, minor white-space > cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, > provides 2% or 0.4% precision depending on the > CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s > boot-delay.

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-08-12 Thread Magnus Lilja
Hi, On Tue, Aug 12, 2008 at 1:42 PM, Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > Switch to the standard CFG_HZ=1000 value, while at it, minor white-space > cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, > provides 2% or 0.4% precision depending on the > CONFIG_MX31_

[U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-08-12 Thread Guennadi Liakhovetski
Switch to the standard CFG_HZ=1000 value, while at it, minor white-space cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, provides 2% or 0.4% precision depending on the CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s boot-delay. Signed-off-by: Guen