]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/adciop/adciop.c
Moved initialization of TULIP Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / board / esd / adciop / adciop.c
index 0f655b78a5f0e79d99df92f216d842855df67e02..63aaf2c7a9c3c1df1e4e0d0d488c2c603fe58873 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 #include "adciop.h"
 
 /* ------------------------------------------------------------------------- */
@@ -95,3 +96,8 @@ int testdram (void)
 }
 
 /* ------------------------------------------------------------------------- */
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}