Re: [U-Boot] [PATCH v4 3/5] OMAP: spl: call timer_inti() from SPL

2012-08-06 Thread Tom Rini
On Mon, Aug 6, 2012 at 8:02 AM, Ilya Yanok wrote: > Hi Tom, > > On Mon, Aug 6, 2012 at 2:35 AM, Tom Rini wrote: > >> On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok >> wrote: >> > We need to initialize timer properly, otherwise all delays >> > inside SPL will be wrong. >> > >> > Signed-off-by: Ilya Y

Re: [U-Boot] [PATCH v4 3/5] OMAP: spl: call timer_inti() from SPL

2012-08-06 Thread Ilya Yanok
Hi Tom, On Mon, Aug 6, 2012 at 2:35 AM, Tom Rini wrote: > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok > wrote: > > We need to initialize timer properly, otherwise all delays > > inside SPL will be wrong. > > > > Signed-off-by: Ilya Yanok > > --- > > > > arch/arm/cpu/armv7/omap-common/spl.c |

Re: [U-Boot] [PATCH v4 3/5] OMAP: spl: call timer_inti() from SPL

2012-08-05 Thread Tom Rini
On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok wrote: > We need to initialize timer properly, otherwise all delays > inside SPL will be wrong. > > Signed-off-by: Ilya Yanok > --- > > arch/arm/cpu/armv7/omap-common/spl.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/cpu/armv7