summaryrefslogtreecommitdiffstats
path: root/include/configs/espt.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2011-10-31 10:44:19 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-12-02 13:46:21 +0900
commit25a028bbc75e065dd28412cde26080c2016795ae (patch)
treead88bf87d61ce53acfd332a053197ad02b90c798 /include/configs/espt.h
parentc8ceca9514df7730e068f05c620a4458de9ae2c9 (diff)
downloadtalos-obmc-uboot-25a028bbc75e065dd28412cde26080c2016795ae.tar.gz
talos-obmc-uboot-25a028bbc75e065dd28412cde26080c2016795ae.zip
sh: espt: change config for new sh_eth driver
The new sh_eth driver uses the phy driver. So, this patch enables it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/espt.h')
-rw-r--r--include/configs/espt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/espt.h b/include/configs/espt.h
index 38058c7aff..3df1faeeef 100644
--- a/include/configs/espt.h
+++ b/include/configs/espt.h
@@ -39,6 +39,7 @@
#define CONFIG_CMD_FLASH
#define CONFIG_CMD_MEMORY
#define CONFIG_CMD_NET
+#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NFS
@@ -120,5 +121,8 @@
#define CONFIG_SH_ETHER 1
#define CONFIG_SH_ETHER_USE_PORT (1)
#define CONFIG_SH_ETHER_PHY_ADDR (0x00)
+#define CONFIG_PHYLIB
+#define CONFIG_BITBANGMII
+#define CONFIG_BITBANGMII_MULTI
#endif /* __SH7763RDP_H */
OpenPOWER on IntegriCloud