From: Dinh Nguyen Date: Mon, 30 Mar 2015 22:01:06 +0000 (-0500) Subject: arm: socfpga: spl: Add call to timer_init X-Git-Tag: v2015.07-rc1~61^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9fd565dbe7eadc9736c496bc67f2a0414b50069f;p=u-boot arm: socfpga: spl: Add call to timer_init Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index a4dbe4ffe6..95992f0d79 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/cpu/armv7/socfpga/spl.c @@ -148,6 +148,8 @@ void spl_board_init(void) socfpga_uart0_enable(); socfpga_osc1timer_enable(); + timer_init(); + debug("Reconfigure Clock Manager\n"); /* reconfigure the PLLs */ cm_basic_init(&cm_default_cfg);