]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-imx/imx8m/clock_imx8mm.c
Merge patch series "bootm: Handle compressed arm64 images with bootm"
[u-boot.git] / arch / arm / mach-imx / imx8m / clock_imx8mm.c
index 986870799d367c8eb581c16c6d207dbc0b9cc07c..5cf97a5ea952430df11cd9b1c1f298b941c21cb5 100644 (file)
@@ -904,6 +904,13 @@ static int imx8mp_fec_interface_init(struct udevice *dev,
 
        return 0;
 }
+#else
+static int imx8mp_fec_interface_init(struct udevice *dev,
+                                    phy_interface_t interface_type,
+                                    bool mx8mp)
+{
+       return 0;
+}
 #endif
 
 int board_interface_eth_init(struct udevice *dev, phy_interface_t interface_type)
This page took 0.025748 seconds and 4 git commands to generate.