]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Sun, 19 Oct 2008 03:08:50 +0000 (12:08 +0900)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 10 Nov 2008 05:38:02 +0000 (21:38 -0800)
commit5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
treef77ca20a141c8de9dfedbf1b7167530169b1da72
parentcc94074ecac1885d18ddb683eb934b3c0268aa5b
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init

This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
as a part of ongoing eth_initialize cleanup work.  The function ret value
is also fixed as it should be negative on fail.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
cpu/mips/au1x00_eth.c
cpu/mips/cpu.c
include/netdev.h
net/eth.c