]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sparc/cpu/leon3/cpu_init.c
leon: implement missing get_tbclk()
[karo-tx-uboot.git] / arch / sparc / cpu / leon3 / cpu_init.c
index 57ffa967366bcea4adbf8e1d793f69c2f93184e4..2f41d8847bdc2749901a91afe7415a7e6f0d0893 100644 (file)
@@ -222,6 +222,11 @@ int timer_interrupt_init_cpu(void)
        return gptimer_irq;
 }
 
+ulong get_tbclk(void)
+{
+       return TIMER_BASE_CLK;
+}
+
 /*
  * This function is intended for SHORT delays only.
  */