diff options
Diffstat (limited to 'board/isee')
-rw-r--r-- | board/isee/igep0033/board.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/board/isee/igep0033/board.c b/board/isee/igep0033/board.c index 034a8aa7ce..a065a7422f 100644 --- a/board/isee/igep0033/board.c +++ b/board/isee/igep0033/board.c @@ -103,11 +103,7 @@ void s_init(void) ; #ifdef CONFIG_SPL_BUILD - /* Setup the PLLs and the clocks for the peripherals */ - pll_init(); - - /* Enable RTC32K clock */ - rtc32k_enable(); + setup_clocks_for_console(); enable_uart0_pin_mux(); @@ -116,6 +112,11 @@ void s_init(void) preloader_console_init(); + prcm_init(); + + /* Enable RTC32K clock */ + rtc32k_enable(); + /* Configure board pin mux */ enable_board_pin_mux(); |