arm: socfpga: spl: Add call to timer_init

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Dinh Nguyen 2015-03-30 17:01:06 -05:00 committed by Marek Vasut
parent 0812a1d3e5
commit 9fd565dbe7
1 changed files with 2 additions and 0 deletions

View File

@ -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);