| Submitter | rick@efn.org |
|---|---|
| Date | May 6, 2011, 5:10 a.m. |
| Message ID | <1304658643-20410-1-git-send-email-rick@efn.org> |
| Download | mbox | patch |
| Permalink | /patch/94339/ |
| State | Rejected |
| Headers | show |
Comments
Patch
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) {