]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/imx/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[u-boot] / arch / arm / cpu / arm920t / imx / timer.c
index b06b518f03b2801de67622f54d34a8d2ac2b12cf..cdb214825ee7953b12dd0e46851b71388c04e8c6 100644 (file)
@@ -51,22 +51,11 @@ int timer_init (void)
 /*
  * timer without interrupts
  */
-
-void reset_timer (void)
-{
-       reset_timer_masked ();
-}
-
 ulong get_timer (ulong base)
 {
        return get_timer_masked() - base;
 }
 
-void set_timer (ulong t)
-{
-       /* nop */
-}
-
 void reset_timer_masked (void)
 {
        TCTL1 &= ~TCTL_TEN;