]> git.sur5r.net Git - u-boot/blobdiff - board/bc3450/bc3450.c
Moved initialization of NS8382X Ethernet controller to board_eth_init()
[u-boot] / board / bc3450 / bc3450.c
index a728dc64d7494d6a890ca5551d6cbee2f8382fb6..e27c23416f3df3ad54093beedf12692afe31b9aa 100644 (file)
@@ -33,6 +33,7 @@
 #include <common.h>
 #include <mpc5xxx.h>
 #include <pci.h>
+#include <netdev.h>
 
 #ifdef CONFIG_VIDEO_SM501
 #include <sm501.h>
@@ -669,3 +670,8 @@ int board_get_height (void)
 }
 
 #endif /* CONFIG_VIDEO_SM501 */
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}