]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1176/tnetv107x/timer.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / arm / cpu / arm1176 / tnetv107x / timer.c
index c27375c44d2eb888538155063bf79e8ad1c5b2ee..b3123c531fa4ab24ba930a17f3520a1340e004db 100644 (file)
@@ -60,15 +60,6 @@ int timer_init(void)
        return 0;
 }
 
-void reset_timer(void)
-{
-       lastinc = timestamp = 0;
-
-       __raw_writel(0,         &regs->tcr);
-       __raw_writel(0,         &regs->tim34);
-       __raw_writel(2 << 22,   &regs->tcr);
-}
-
 static ulong get_timer_raw(void)
 {
        ulong now = __raw_readl(&regs->tim34);