public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: sh_eth: Remove SH_ETH_PHY_DELAY
@ 2012-02-03  7:28 Nobuhiro Iwamatsu
  2012-02-03  7:28 ` [U-Boot] [PATCH] net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT Nobuhiro Iwamatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-02-03  7:28 UTC (permalink / raw)
  To: u-boot

SH_ETH_PHY_DELAY is not used.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 drivers/net/sh_eth.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index 995e249..0871575 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -44,8 +44,6 @@
 #define flush_cache_wback(...)
 #endif
 
-#define SH_ETH_PHY_DELAY 50000
-
 int sh_eth_send(struct eth_device *dev, volatile void *packet, int len)
 {
 	struct sh_eth_dev *eth = dev->priv;
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-24  0:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03  7:28 [U-Boot] [PATCH] net: sh_eth: Remove SH_ETH_PHY_DELAY Nobuhiro Iwamatsu
2012-02-03  7:28 ` [U-Boot] [PATCH] net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT Nobuhiro Iwamatsu
2012-02-03  7:28 ` [U-Boot] [PATCH] net: sh_eth: Remove unnecessary return Nobuhiro Iwamatsu
2012-02-03  7:28 ` [U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device Nobuhiro Iwamatsu
2012-05-09  7:22   ` Nobuhiro Iwamatsu
2012-05-22  5:03     ` Nobuhiro Iwamatsu
2012-05-23 20:17   ` Joe Hershberger
2012-05-24  0:41     ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox