]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/mousse.c
Moved initialization of TULIP Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / board / mousse / mousse.c
index f8f152976c2900011d2c20d3bdb41c3fdfe14720..7b61266483de0a446ea1438fac75227608b9ecf7 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <common.h>
 #include <mpc824x.h>
+#include <netdev.h>
 #include <asm/processor.h>
 
 #include "mousse.h"
@@ -84,3 +85,8 @@ int misc_init_f (void)
        get_tod ();
        return 0;
 }
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}