On Fri, 22 Feb 2008 12:41:17 +0100
michael <[EMAIL PROTECTED]> wrote:

> Add support for Generic PHY in macb.
> 
> Signed-off-by: michael <[EMAIL PROTECTED]>

What's a "generic PHY"?

[EMAIL PROTECTED]:~/git/u-boot/master$ grep -r GENERIC_PHY include/configs
[EMAIL PROTECTED]:~/git/u-boot/master$ 

>         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?

Haavard

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to