summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-08-07 00:50:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:14 +0200
commitc44080b224507e64dc77ebc1c1305af7fbbfc8fc (patch)
tree04c9a149ae1d84469705ea4df1668a545c5fc41b /include
parent4833b0939ad1abba1c327be9d3a627509c916c39 (diff)
downloadtalos-obmc-uboot-c44080b224507e64dc77ebc1c1305af7fbbfc8fc.tar.gz
talos-obmc-uboot-c44080b224507e64dc77ebc1c1305af7fbbfc8fc.zip
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 <ilya.yanok@cogentembedded.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_evm.h1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud