Re: [U-Boot] [PATCH v2] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-21 Thread Tom Rini
On Thu, Jun 07, 2012 at 03:57:44PM +0530, Prabhakar Lad wrote: > From: Rajashekhara, Sudhakar > > On DA850/OMAP-L138 it was observed that in RMII mode, > auto negotiation was not performed. This patch enables > auto negotiation in RMII mode. Without this patch, EMAC > initialization takes more t

[U-Boot] [PATCH v2] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-07 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On DA850/OMAP-L138 it was observed that in RMII mode, auto negotiation was not performed. This patch enables auto negotiation in RMII mode. Without this patch, EMAC initialization takes more time and sometimes tftp fails in RMII mode. Signed-off-by: Rajashekhara, Sud