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

Ilya Yanok ilya.yanok at cogentembedded.com
Tue Aug 7 12:50:08 CEST 2012


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 <ilya.yanok at cogentembedded.com>
---
 include/configs/am335x_evm.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 69ab076..c827ebf 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 */
-- 
1.7.9.5



More information about the U-Boot mailing list