]> Git Repo - u-boot.git/blobdiff - net/eth_common.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / net / eth_common.c
index 82d527abba67f3a49771dd9582e7cc83bbab0b69..89b5bb371897ee77e3de7cb50043aba90159123a 100644 (file)
@@ -5,7 +5,6 @@
  * Joe Hershberger, National Instruments
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <env.h>
@@ -36,10 +35,6 @@ void eth_common_init(void)
 #if defined(CONFIG_MII) || defined(CONFIG_CMD_MII) || defined(CONFIG_PHYLIB)
        miiphy_init();
 #endif
-
-#ifdef CONFIG_PHYLIB
-       phy_init();
-#endif
 #endif
 }
 
This page took 0.022842 seconds and 4 git commands to generate.