mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
net: sh_eth: Remove sh_eth_reset() from halt function
sh_eth_reset is function to reset Ether IP. The MAC address is stored in IP, but it is initialized by this function. OS (e.g. Linux Kernel) can not use this device when initialized. This revises this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
This commit is contained in:
parent
f8853d105d
commit
40281a9ca2
1 changed files with 0 additions and 2 deletions
|
@ -639,8 +639,6 @@ err:
|
|||
void sh_eth_halt(struct eth_device *dev)
|
||||
{
|
||||
struct sh_eth_dev *eth = dev->priv;
|
||||
|
||||
sh_eth_reset(eth);
|
||||
sh_eth_stop(eth);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue