board_f: powerpc: Use timer_init() instead of init_timebase()
[oweals/u-boot.git] / board / freescale / mpc8315erdb / mpc8315erdb.c
index 3cec09b586861bda87babde3a2905a348232129f..1da6e2166d230f37e449e02ba2ce2749a1aff186 100644 (file)
@@ -221,7 +221,7 @@ void board_init_f(ulong bootflag)
        NS16550_init((NS16550_t)(CONFIG_SYS_IMMR + 0x4500),
                     CONFIG_SYS_NS16550_CLK / 16 / CONFIG_BAUDRATE);
        puts("NAND boot... ");
-       init_timebase();
+       timer_init();
        initdram(0);
        relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000, (gd_t *)gd,
                      CONFIG_SYS_NAND_U_BOOT_RELOC);