blackfin: Use generic global_data
[platform/kernel/u-boot.git] / board / freescale / mpc8544ds / mpc8544ds.c
index 6fe8d39..24a1715 100644 (file)
@@ -261,6 +261,8 @@ int board_phy_config(struct phy_device *phydev)
        uint phyid;
        struct mii_dev *bus = phydev->bus;
 
+       if (phydev->drv->config)
+               phydev->drv->config(phydev);
        if (do_once)
                return 0;