]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Moved initialization of TULIP Ethernet controller to board_eth_init()
authorBen Warren <biggerbadderben@gmail.com>
Sun, 31 Aug 2008 17:45:44 +0000 (10:45 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 3 Sep 2008 04:18:18 +0000 (21:18 -0700)
commit8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
treeba9fe46a4ee78f693f456bef7d8aa93662b09886
parentad3381cf4167120db5c7b88e4970245e1d5c0a32
Moved initialization of TULIP Ethernet controller to board_eth_init()

Affected boards:
cu824
bab7xx
adciop
dasa_sim
mousse
mpc8540eval
musenki
mvblue
pcippc2/pcippc6
sbc8240
stxssa

Removed initialization of the driver from net/eth.c

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14 files changed:
board/cu824/cu824.c
board/eltec/bab7xx/bab7xx.c
board/esd/adciop/adciop.c
board/esd/dasa_sim/dasa_sim.c
board/mousse/mousse.c
board/mpc8540eval/mpc8540eval.c
board/musenki/musenki.c
board/mvblue/mvblue.c
board/pcippc2/pcippc2.c
board/sbc8240/sbc8240.c
board/stxssa/stxssa.c
drivers/net/dc2114x.c
include/netdev.h
net/eth.c