Skip to content
Snippets Groups Projects
Commit 9fd565db authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Marek Vasut
Browse files

arm: socfpga: spl: Add call to timer_init

parent 0812a1d3
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,8 @@ void spl_board_init(void) ...@@ -148,6 +148,8 @@ void spl_board_init(void)
socfpga_uart0_enable(); socfpga_uart0_enable();
socfpga_osc1timer_enable(); socfpga_osc1timer_enable();
timer_init();
debug("Reconfigure Clock Manager\n"); debug("Reconfigure Clock Manager\n");
/* reconfigure the PLLs */ /* reconfigure the PLLs */
cm_basic_init(&cm_default_cfg); cm_basic_init(&cm_default_cfg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment