Re: [U-Boot] [PATCH v2] DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files

2010-06-22 Thread Paulraj, Sandeep
> > Currently EMAC_MDIO_PHY_NUM is defined as 1 in emac_defs.h. > Because of this, EMAC does not work on EVMs which do not have phy > connected at 1. Moving the macro to board config file makes this > configurable depending on where the phy is connected on the MDIO bus. > > This patch fixes the

[U-Boot] [PATCH v2] DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files

2010-06-22 Thread Prakash PM
Currently EMAC_MDIO_PHY_NUM is defined as 1 in emac_defs.h. Because of this, EMAC does not work on EVMs which do not have phy connected at 1. Moving the macro to board config file makes this configurable depending on where the phy is connected on the MDIO bus. This patch fixes the board reset issu