From: Ilya Yanok Date: Tue, 7 Aug 2012 00:50:08 +0000 (+0000) Subject: am335x_evm: enable SMSC PHY driver X-Git-Tag: v2025.01-rc5-pxa1908~17548 X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=c44080b224507e64dc77ebc1c1305af7fbbfc8fc;p=u-boot.git am335x_evm: enable SMSC PHY driver 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 --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 69ab076df9..c827ebfce7 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -242,5 +242,6 @@ #define CONFIG_NET_MULTI #define CONFIG_PHY_GIGE #define CONFIG_PHYLIB +#define CONFIG_PHY_SMSC #endif /* ! __CONFIG_AM335X_EVM_H */