X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Feth.c;h=3aad71f5d35ba0e59e9b0d25f7db8ea86b637577;hb=9023ae305919d0aecb4a22726b9d08c6b08189d7;hp=65238340601bc5a984b2eef59e18f86977b639b7;hpb=909e9bf3ae6195ac6d52f9e453fba2be8e7e947f;p=karo-tx-uboot.git diff --git a/net/eth.c b/net/eth.c index 6523834060..3aad71f5d3 100644 --- a/net/eth.c +++ b/net/eth.c @@ -521,7 +521,6 @@ char *eth_get_name (void) #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI -extern int at91rm9200_miiphy_initialize(bd_t *bis); extern int mcf52x2_miiphy_initialize(bd_t *bis); extern int ns7520_miiphy_initialize(bd_t *bis); @@ -532,9 +531,6 @@ int eth_initialize(bd_t *bis) miiphy_init(); #endif -#if defined(CONFIG_AT91RM9200) - at91rm9200_miiphy_initialize(bis); -#endif #if defined(CONFIG_MCF52x2) mcf52x2_miiphy_initialize(bis); #endif