[U-Boot-Users] [PATCH] Add support for Generic PHY in macb
Michael Trimarchi
trimarchimichael at yahoo.it
Fri Feb 22 13:29:46 CET 2008
Hi,
>
> > if (phy_id == 0xffff) {
> > +#if defined (CONFIG_GENERIC_PHY)
> > + printf("%s: Using the Generic PHY\n", netdev->name);
> > +#else
> > printf("%s: No PHY present\n", netdev->name);
> > return 0;
> > +#endif
>
> You mean a PHY that isn't actually hooked up?
>
The CONFIG_GENERIC_PHY is not u-boot option currently.
This patch is a proposal.
Regards Michael
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
More information about the U-Boot
mailing list