diff options
author | Ilya Yanok <ilya.yanok@cogentembedded.com> | 2012-08-07 00:50:08 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:14 +0200 |
commit | c44080b224507e64dc77ebc1c1305af7fbbfc8fc (patch) | |
tree | 04c9a149ae1d84469705ea4df1668a545c5fc41b /include | |
parent | 4833b0939ad1abba1c327be9d3a627509c916c39 (diff) | |
download | u-boot-imx-c44080b224507e64dc77ebc1c1305af7fbbfc8fc.zip u-boot-imx-c44080b224507e64dc77ebc1c1305af7fbbfc8fc.tar.gz u-boot-imx-c44080b224507e64dc77ebc1c1305af7fbbfc8fc.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |