
4 Nov
2009
4 Nov
'09
2:19 a.m.
+#ifdef CONFIG_RESET_PHY_R +void reset_phy(void) +{ +#ifdef CONFIG_MACB
- /*
- * Initialize ethernet HW addr prior to starting Linux,
- * needed for nfsroot
- */
- eth_init(gd->bd);
+#endif +}
NAK. Please fix your Linux drivers instead. See http://www.denx.de/wiki/view/DULG/EthernetDoesNotWorkInLinux
This is just what's in at91sam9260ek. If I comment it out it doesn't even compile. It looks like reset_phy is called from lib_arm/board.c. Is there another 9260 board that does the "right" thing here?
thanks, Paul