mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-26 22:22:34 +01:00
arm: socfpga: spl: Add call to timer_init
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
0812a1d3e5
commit
9fd565dbe7
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue