Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

22 Feb
2008
22 Feb
'08
1:29 p.m.
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
6285
Age (days ago)
6285
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Trimarchi