board_f: powerpc: Use timer_init() instead of init_timebase()
[oweals/u-boot.git] / arch / powerpc / cpu / mpc5xx / cpu_init.c
index 0f62c13f862c33895f798a2c8e3cd6c5a136b56b..5bae39f8c0cbea50f8bdf8e52490cf7718cc3d8a 100644 (file)
@@ -43,7 +43,7 @@ void cpu_init_f (volatile immap_t * immr)
        immr->im_uimb.uimb_umcr = CONFIG_SYS_UMCR;
 
        /* Time base and decrementer will be enables (TBE) */
-       /* in init_timebase() in time.c called from board_init_f(). */
+       /* in timer_init() in time.c called from board_init_f(). */
 
        /* Initialize the PIT. Unlock PISCRK */
        immr->im_sitk.sitk_piscrk = KAPWR_KEY;