>> +#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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot