]> git.sur5r.net Git - u-boot/blobdiff - board/st/stm32f429-discovery/stm32f429-discovery.c
mach-stm32: Factorize MPU's region config for STM32 SoCs
[u-boot] / board / st / stm32f429-discovery / stm32f429-discovery.c
index 6f19a0563d0e09e7c69a25c9bd45ab8ddae5fef4..1c34a8efe14e314b68cfbe9953b2409c7b34baad 100644 (file)
@@ -294,6 +294,8 @@ int board_early_init_f(void)
 {
        int res;
 
+       configure_clocks();
+
        res = uart_setup_gpio();
        if (res)
                return res;