]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cpc45/cpc45.c
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / board / cpc45 / cpc45.c
index f4e867ce7d00891c4ca9e141353cd90fcd8c8737..16ead75def07b65eb11ebc841a1bf5b676ab5922 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/io.h>
 #include <pci.h>
 #include <i2c.h>
+#include <netdev.h>
 
 int sysControlDisplay(int digit, uchar ascii_code);
 extern void Plx9030Init(void);
@@ -273,3 +274,8 @@ void ide_led (uchar led, uchar status)
        writeb(val, BCSR_BASE + 0x04);
 }
 # endif
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}