arm: socfpga: spl: Add call to timer_init

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
master
Dinh Nguyen 10 years ago committed by Marek Vasut
parent 0812a1d3e5
commit 9fd565dbe7
  1. 2
      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);

Loading…
Cancel
Save