arm: socfpga: Add pinmux for Arria 10
[oweals/u-boot.git] / arch / arm / mach-socfpga / spl.c
index fec4c7a991019725b4523c1d1b0099abc973d453..0064fc8a9d5afe7b00aad60658b9124d348a6b91 100644 (file)
@@ -127,7 +127,8 @@ void board_init_f(ulong dummy)
 
        debug("Reconfigure Clock Manager\n");
        /* reconfigure the PLLs */
-       cm_basic_init(cm_default_cfg);
+       if (cm_basic_init(cm_default_cfg))
+               hang();
 
        /* Enable bootrom to configure IOs. */
        sysmgr_config_warmrstcfgio(1);