[U-Boot] [PATCH 1/1] Fix hang when entering udelay after GPTIMER2 overflows (about 22 minutes on AM37x)

6 May
2011
6 May
'11
7:10 a.m.
From: Rick Bronson rick@efn.org
Signed-off-by: Rick Bronson rick@efn.org --- arch/arm/cpu/armv7/omap-common/timer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/timer.c b/arch/arm/cpu/armv7/omap-common/timer.c index 9beebb1..3c9d488 100644 --- a/arch/arm/cpu/armv7/omap-common/timer.c +++ b/arch/arm/cpu/armv7/omap-common/timer.c @@ -44,7 +44,7 @@ static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE; */
#define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) -#define TIMER_LOAD_VAL 0xffffffff +#define TIMER_LOAD_VAL 0 /* counter starts from 0 on reload */
int timer_init(void) {
--
1.7.4.4
5116
Age (days ago)
5116
Last active (days ago)
0 comments
1 participants
participants (1)
-
rick@efn.org