]> git.sur5r.net Git - u-boot/blobdiff - board/atmel/at91sam9261ek/at91sam9261ek.c
net: Remove the bd* parameter from net stack functions
[u-boot] / board / atmel / at91sam9261ek / at91sam9261ek.c
index a301d72e8ce46528b41df428e7d3d7eea9d52827..52504742cd9ceb69eb8655c442c6baf96437497a 100644 (file)
@@ -275,7 +275,7 @@ void reset_phy(void)
         * Initialize ethernet HW addr prior to starting Linux,
         * needed for nfsroot
         */
-       eth_init(gd->bd);
+       eth_init();
 #endif
 }
 #endif