Re: [U-Boot] [PATCH] arm: zynq: Fix timer loadaddress

2013-09-23 Thread Albert ARIBAUD
Hi Michal, On Wed, 28 Aug 2013 07:36:31 +0200, Michal Simek wrote: > Reload address was written to the counter register > instead of load register. > The problem happens when timer expires but never > reload to ~0UL (it is downcount timer). > > Reported-by: Stephen MacMahon > Signed-off-by: Mi

[U-Boot] [PATCH] arm: zynq: Fix timer loadaddress

2013-08-27 Thread Michal Simek
Reload address was written to the counter register instead of load register. The problem happens when timer expires but never reload to ~0UL (it is downcount timer). Reported-by: Stephen MacMahon Signed-off-by: Michal Simek --- arch/arm/cpu/armv7/zynq/timer.c | 2 +- 1 file changed, 1 insertio