Re: [U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver

2012-08-07 Thread Tom Rini
On Tue, Aug 07, 2012 at 02:50:08PM +0400, Ilya Yanok wrote: > Beaglebone uses SMSC PHY which works incorrectly with generic PHY > driver so enable SMSC PHY driver to fix networking problems on > Beaglebone. > > Signed-off-by: Ilya Yanok Applied to u-boot-ti/master, thanks! -- Tom signature.

[U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver

2012-08-07 Thread Ilya Yanok
Beaglebone uses SMSC PHY which works incorrectly with generic PHY driver so enable SMSC PHY driver to fix networking problems on Beaglebone. Signed-off-by: Ilya Yanok --- include/configs/am335x_evm.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/co