[U-Boot] [PATCH] Adding support for Linuxstamp II 9260
Paul Thomas
pthomas8589 at gmail.com
Wed Nov 4 02:19:24 CET 2009
>> +#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
More information about the U-Boot
mailing list