Hi Bastian, Thanks for the patch.
On Thu, Sep 6, 2012 at 11:37 AM, Bastian Ruppert <bastian.rupp...@sewerin.de> wrote: > From this commit id: b78375a806ed04eb22b963255cfdef8df702de47 auto > negotiation is enabled in RMII mode. Some boards based on da850 need > to suppress this procedure. > > CC: Rajashekhara, Sudhakar <sudhakar....@ti.com> > CC: Lad, Prabhakar <prabhakar....@ti.com> > CC: Hadli, Manjunath <manjunath.ha...@ti.com> > CC: sba...@denx.de > Acked-by: Stefano Babic <sba...@denx.de> > CC: Tom Rini <tr...@ti.com> > Signed-off-by: Bastian Ruppert <bastian.rupp...@sewerin.de> > --- > drivers/net/davinci_emac.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c > index b2516d1..fe988d7 100644 > --- a/drivers/net/davinci_emac.c > +++ b/drivers/net/davinci_emac.c > @@ -897,7 +897,8 @@ int davinci_emac_initialize(void) > } > > #if defined(CONFIG_DRIVER_TI_EMAC_USE_RMII) && \ > - defined(CONFIG_MACH_DAVINCI_DA850_EVM) > + defined(CONFIG_MACH_DAVINCI_DA850_EVM) && \ > + !defined(CONFIG_DRIVER_TI_EMAC_RMII_NONEG) instead of CONFIG_DRIVER_TI_EMAC_RMII_NONEG why not have CONFIG_DRIVER_TI_EMAC_RMII_AUTO_NEGOTIATE ? Thx, --Prabhakar Lad > for (i = 0; i < num_phy; i++) { > if (phy[i].is_phy_connected(i)) > phy[i].auto_negotiate(i); > -- > 1.7.0.4 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot