]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
authorBen Warren <biggerbadderben@gmail.com>
Mon, 1 Sep 2008 03:37:00 +0000 (20:37 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 3 Sep 2008 04:18:19 +0000 (21:18 -0700)
commit10efa024b8ffd9e6aaca63da8bddfdffdc672274
tree77af62cc6ff60d614d605a5bdaa5015d4e710c35
parent8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()

Affected boards:
db64360
db64460
katmai
taihu
taishan
yucca
cpc45
cpu87
eXalion
elppc
debris
kvme080
mpc8315erdb
integratorap
ixdp425
oxc
pm826
pm828
pm854
pm856
ppmc7xx
sc3
sc520_spunk
sorcery
tqm8272
tqm85xx
utx8245

Removed initialization of the driver from net/eth.c
Also, wrapped contents of pci_eth_init() by CONFIG_PCI.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30 files changed:
board/Marvell/db64360/db64360.c
board/Marvell/db64460/db64460.c
board/amcc/katmai/katmai.c
board/amcc/taihu/taihu.c
board/amcc/taishan/taishan.c
board/amcc/yucca/yucca.c
board/cpc45/cpc45.c
board/cpu87/cpu87.c
board/eXalion/eXalion.c
board/eltec/elppc/elppc.c
board/etin/debris/debris.c
board/etin/kvme080/kvme080.c
board/freescale/mpc8315erdb/mpc8315erdb.c
board/integratorap/integratorap.c
board/ixdp425/ixdp425.c
board/oxc/oxc.c
board/pm826/pm826.c
board/pm828/pm828.c
board/pm854/pm854.c
board/pm856/pm856.c
board/ppmc7xx/ppmc7xx.c
board/sc3/sc3.c
board/sc520_spunk/sc520_spunk.c
board/sorcery/sorcery.c
board/tqc/tqm8272/tqm8272.c
board/tqc/tqm85xx/tqm85xx.c
board/utx8245/utx8245.c
drivers/net/eepro100.c
include/netdev.h
net/eth.c