summaryrefslogtreecommitdiffstats
path: root/include/configs/sh7757lcr.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2011-10-11 18:11:03 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-12-02 13:46:20 +0900
commit0c2a37a5d36a7c78cb135b27e1e911c4cb94fe80 (patch)
treedeface7558367529640579667d4591ed31602129 /include/configs/sh7757lcr.h
parentbd1024b052be8c9604b6bc101d5e147f9f280f00 (diff)
downloadtalos-obmc-uboot-0c2a37a5d36a7c78cb135b27e1e911c4cb94fe80.tar.gz
talos-obmc-uboot-0c2a37a5d36a7c78cb135b27e1e911c4cb94fe80.zip
sh7757lcr: 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/sh7757lcr.h')
-rw-r--r--include/configs/sh7757lcr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h
index 2d6eb3320f..fe11a17c1a 100644
--- a/include/configs/sh7757lcr.h
+++ b/include/configs/sh7757lcr.h
@@ -37,6 +37,7 @@
#define CONFIG_CMD_MEMORY
#define CONFIG_CMD_NET
+#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
#define CONFIG_CMD_NFS
#define CONFIG_CMD_DFL
@@ -101,6 +102,9 @@
#define CONFIG_SH_ETHER_USE_PORT 0
#define CONFIG_SH_ETHER_PHY_ADDR 1
#define CONFIG_SH_ETHER_CACHE_WRITEBACK 1
+#define CONFIG_PHYLIB
+#define CONFIG_BITBANGMII
+#define CONFIG_BITBANGMII_MULTI
#define SH7757LCR_ETHERNET_MAC_BASE_SPI 0x000b0000
#define SH7757LCR_SPI_SECTOR_SIZE (64 * 1024)
OpenPOWER on IntegriCloud