[U-Boot] [PATCH v2] cpuat91: unbreak ethernet

Ben Warren biggerbadderben at gmail.com
Mon Jun 21 19:56:48 CEST 2010


Hi Eric,

On 6/21/2010 12:40 AM, Eric Bénard wrote:
> * the following problems are met :
> config was set to use the new driver as a default but
> - RMII was not enabled for the new driver
> - the new driver didn't compile with RMII enabled
> - the new driver initialize a PHY at address O when the PHY of
> this board is at 1 thus we get "AT91 EMAC RMII: No PHY present"
>
> * to fix these problems, this patch :
> - enable RMII for the new driver
> - fix the wrong define used in the at91_emac.c
> - allow the config file to set a default phy address (and use
> 0 as a default as in the actual at91_emac.c driver)
>
> Signed-off-by: Eric Bénard<eric at eukrea.com>
> ---
>    
Applied to net/next repo.

regards,
Ben


More information about the U-Boot mailing list