]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/netdev.h
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
authorBen Warren <biggerbadderben@gmail.com>
Sun, 31 Aug 2008 17:39:12 +0000 (10:39 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 3 Sep 2008 04:18:18 +0000 (21:18 -0700)
commite1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
tree1ebc9217b2cd886948db05c4ab28ea101df4bd53
parenta0aad08f9427ac00218bdb2cb649833ce6ec9b8d
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory

Modified board_eth_init() functions of boards that have this FEC in addition
to other Ethernet controllers.

Affected boards:
bc3450
icecube
mvbc_p
o2dnt
pm520
total5200
tq5200

Removed initialization of controller from net/eth.c

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
board/bc3450/bc3450.c
board/icecube/icecube.c
board/matrix_vision/mvbc_p/mvbc_p.c
board/o2dnt/o2dnt.c
board/pm520/pm520.c
board/total5200/total5200.c
board/tqc/tqm5200/tqm5200.c
cpu/mpc5xxx/cpu.c
drivers/net/mpc5xxx_fec.c
include/netdev.h
net/eth.c