]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pm828/pm828.c
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / board / pm828 / pm828.c
index 6038e9758d16325d6bf1f93e0104d56825e950ff..b163d5b35d3895b1ced84a7f120f8e69673b579e 100644 (file)
@@ -25,6 +25,7 @@
 #include <ioports.h>
 #include <mpc8260.h>
 #include <pci.h>
+#include <netdev.h>
 
 /*
  * I/O Port configuration table
@@ -361,3 +362,8 @@ void pci_init_board(void)
        pci_mpc8250_init(&hose);
 }
 #endif
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}