Re: [U-Boot] [PATCH] nios2: zap dly_clks

2015-09-15 Thread Thomas Chou
On 09/09/2015 01:09 PM, Thomas Chou wrote: The dly_clks() in start.S is no use after switching to generic timer. Remove it. Signed-off-by: Thomas Chou --- arch/nios2/cpu/start.S | 33 - 1 file changed, 33 deletions(-) Applied to u-boot-nios. _

Re: [U-Boot] [PATCH] nios2: zap dly_clks

2015-09-09 Thread Marek Vasut
On Wednesday, September 09, 2015 at 07:09:51 AM, Thomas Chou wrote: > The dly_clks() in start.S is no use after switching to > generic timer. Remove it. > > Signed-off-by: Thomas Chou Cool :) Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boo

[U-Boot] [PATCH] nios2: zap dly_clks

2015-09-08 Thread Thomas Chou
The dly_clks() in start.S is no use after switching to generic timer. Remove it. Signed-off-by: Thomas Chou --- arch/nios2/cpu/start.S | 33 - 1 file changed, 33 deletions(-) diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S index f80b4f3..e92f06e 1006