mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 09:51:05 +01:00
net: sh_eth: Remove SH_ETH_PHY_DELAY
SH_ETH_PHY_DELAY is not used. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
e50edf90e2
commit
1d4a2c913f
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue