]> git.sur5r.net Git - u-boot/blobdiff - board/scb9328/scb9328.c
Convert DM9000 driver for CONFIG_NET_MULTI
[u-boot] / board / scb9328 / scb9328.c
index 3f6831be5e50ab8b4062150c791b59e075dd6dc2..428e8c9e1c2f9fd5cca1caed0aacbd35e4e7fc46 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -70,3 +71,10 @@ void show_boot_progress (int status)
 {
        return;
 }
+
+#ifdef CONFIG_DRIVER_DM9000
+int board_eth_init(bd_t *bis)
+{
+       return dm9000_initialize(bis);
+}
+#endif