]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/davinci/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[u-boot] / arch / arm / cpu / arm926ejs / davinci / timer.c
index 1c6fa4ae8715ef20f428853e739a1a7234ed3744..8b1734c8e106ec854a4f6eb3e2cc5125f205da52 100644 (file)
@@ -78,11 +78,6 @@ int timer_init(void)
        return(0);
 }
 
-void reset_timer(void)
-{
-       gd->timer_reset_value = get_ticks();
-}
-
 /*
  * Get the current 64 bit timer tick count
  */