diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2011-12-01 18:48:38 +0000 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-08 10:26:04 +0900 |
commit | e50edf90e2925ada271511d4bb8218ed4f88b7bd (patch) | |
tree | ca45f20e4b5c96bda7daee7fd6f9f7faa17c5778 /include/configs | |
parent | 3bb4cc312d8e634e9d283ffcb380248a9bbd5a79 (diff) | |
download | u-boot-imx-e50edf90e2925ada271511d4bb8218ed4f88b7bd.zip u-boot-imx-e50edf90e2925ada271511d4bb8218ed4f88b7bd.tar.gz u-boot-imx-e50edf90e2925ada271511d4bb8218ed4f88b7bd.tar.bz2 |
sh: ecovec: Add support PHY of SMSC
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ecovec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index 4549a4c..901a0e0 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -91,6 +91,7 @@ #define CONFIG_SH_ETHER 1 #define CONFIG_SH_ETHER_USE_PORT (0) #define CONFIG_SH_ETHER_PHY_ADDR (0x1f) +#define CONFIG_PHY_SMSC 1 #define CONFIG_PHYLIB #define CONFIG_BITBANGMII #define CONFIG_BITBANGMII_MULTI |