drivers: net: fsl-mc: Link MC boot to PHY_RESET_R
[platform/kernel/u-boot.git] / board / freescale / ls2080a / ls2080a.c
index 9e7701d..ecf4bd6 100644 (file)
@@ -135,3 +135,9 @@ int ft_board_setup(void *blob, bd_t *bd)
        return 0;
 }
 #endif
+
+#if defined(CONFIG_RESET_PHY_R)
+void reset_phy(void)
+{
+}
+#endif