net: axi_emac: Check if phy was correctly detected
[kernel/u-boot.git] / drivers / net / xilinx_axi_emac.c
index bb5044b..262b67b 100644 (file)
@@ -261,6 +261,10 @@ static int setup_phy(struct eth_device *dev)
                       phydev->dev->name);
                return 0;
        }
+       if (!phydev->link) {
+               printf("%s: No link.\n", phydev->dev->name);
+               return 0;
+       }
 
        switch (phydev->speed) {
        case 1000: