Re: [U-Boot] [PATCH] ar8031: modify the config func of ar8031 to ar8021_config

2014-04-23 Thread York Sun
On 04/20/2014 07:29 PM, Zhao Qiang wrote: > ar8031 has the same config steps with ar8021, so change its > config func to ar8021_config instead of genphy_config. > > Signed-off-by: Zhao Qiang > --- Applied to u-boot-mpc85xx/master, thanks. York ___ U

[U-Boot] [PATCH] ar8031: modify the config func of ar8031 to ar8021_config

2014-04-20 Thread Zhao Qiang
ar8031 has the same config steps with ar8021, so change its config func to ar8021_config instead of genphy_config. Signed-off-by: Zhao Qiang --- drivers/net/phy/atheros.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c ind