MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evk
[platform/kernel/u-boot.git] / arch / arm / cpu / lh7a40x / timer.c
index 6c6277d..58b35b1 100644 (file)
@@ -74,12 +74,6 @@ int timer_init (void)
 /*
  * timer without interrupts
  */
-
-void reset_timer (void)
-{
-       reset_timer_masked ();
-}
-
 ulong get_timer (ulong base)
 {
        return (get_timer_masked() - base);