summaryrefslogtreecommitdiffstats
path: root/board/mvblue
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-31 10:45:44 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-09-02 21:18:18 -0700
commit8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0 (patch)
treeba9fe46a4ee78f693f456bef7d8aa93662b09886 /board/mvblue
parentad3381cf4167120db5c7b88e4970245e1d5c0a32 (diff)
downloadblackbird-obmc-uboot-8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0.tar.gz
blackbird-obmc-uboot-8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0.zip
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>
Diffstat (limited to 'board/mvblue')
-rw-r--r--board/mvblue/mvblue.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/mvblue/mvblue.c b/board/mvblue/mvblue.c
index a979102ab5..056fee7848 100644
--- a/board/mvblue/mvblue.c
+++ b/board/mvblue/mvblue.c
@@ -9,6 +9,7 @@
#include <mpc824x.h>
#include <asm/io.h>
#include <ns16550.h>
+#include <netdev.h>
#ifdef CONFIG_PCI
#include <pci.h>
@@ -245,4 +246,9 @@ void pci_init_board (void)
{
pci_mpc824x_init (&hose);
}
+
+int board_eth_init(bd_t *bis)
+{
+ return pci_eth_init(bis);
+}
#endif
OpenPOWER on IntegriCloud