]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sorcery/sorcery.c
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / board / sorcery / sorcery.c
index 2b789d47415dc6dea84f17e64e27c59cb6cb2237..e4fb1465fac95fc0bec7700f8d9e8f925411cab4 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/processor.h>
 #include <asm/mmu.h>
 #include <pci.h>
+#include <netdev.h>
 
 phys_size_t initdram (int board_type)
 {
@@ -58,3 +59,8 @@ void pci_init_board (void)
        pci_mpc8220_init (&hose);
 #endif /* CONFIG_PCI */
 }
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}