]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nvidia/common/board.c
tegra: Move clock_early_init() to arch_cpu_init()
[karo-tx-uboot.git] / board / nvidia / common / board.c
index 219b26aac46484b05662b54d27029f4fb122c03b..0ff656aeee832680a10c3ee59471fc483c08cbfc 100644 (file)
@@ -143,9 +143,6 @@ int board_early_init_f(void)
        uart_ids |= UARTD;
 #endif
 
-       /* Initialize essential common plls */
-       clock_early_init();
-
        /* Initialize UART clocks */
        clock_init_uart(uart_ids);