]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: sh_eth: Remove sh_eth_reset() from halt function
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Wed, 18 Mar 2009 03:27:04 +0000 (12:27 +0900)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:16:36 +0000 (22:16 +0100)
commit40281a9ca21a6b6d7b996b4d4eeaa19026337231
treebb81748febb58f5371f8245bc0038ba2bc501068
parentf8853d105da7d69bc92a5b4578f9b85234e558ec
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>
drivers/net/sh_eth.c