]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/mx27/timer.c
Merge branch 'master' of git://git.denx.de/u-boot-mmc
[u-boot] / arch / arm / cpu / arm926ejs / mx27 / timer.c
index 127e670c8397649d072e1be4a53852b313559e3d..df76d1681033b0da82a069eed03a284b1d2d1473 100644 (file)
@@ -124,20 +124,6 @@ int timer_init(void)
        return 0;
 }
 
-void reset_timer_masked(void)
-{
-       struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE;
-       /* reset time */
-       /* capture current incrementer value time */
-       lastinc = readl(&regs->gpt_tcn);
-       timestamp = 0; /* start "advancing" time stamp from 0 */
-}
-
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 unsigned long long get_ticks (void)
 {
        struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE;