sparc: Update cpu_init.c to use generic timer infrastructure
[oweals/u-boot.git] / common / board_f.c
index b035c90ff3b7a7fd05c1e4b1f9d832b7faf8dba3..2dd10b9819c8899ce0df2e6ca7d0ba7566851599 100644 (file)
@@ -808,7 +808,8 @@ static init_fnc_t init_sequence_f[] = {
        init_timebase,
 #endif
 #if defined(CONFIG_X86) || defined(CONFIG_ARM) || defined(CONFIG_MIPS) || \
-               defined(CONFIG_BLACKFIN) || defined(CONFIG_NDS32)
+               defined(CONFIG_BLACKFIN) || defined(CONFIG_NDS32) || \
+               defined(CONFIG_SPARC)
        timer_init,             /* initialize timer */
 #endif
 #ifdef CONFIG_SYS_ALLOC_DPRAM