ne2000: Convert to new net-multi model, fixes build of three boards
[oweals/u-boot.git] / board / shmin / shmin.c
index 8742f10218267099de9a1522d3478e0ca47a0f2b..7348f52aa620949d35d8bfad049bfd16c4fe8cd5 100644 (file)
@@ -28,6 +28,7 @@
 #include <common.h>
 #include <asm/io.h>
 #include <asm/processor.h>
+#include <netdev.h>
 
 int checkboard(void)
 {
@@ -55,6 +56,11 @@ int dram_init(void)
        return 0;
 }
 
+int board_eth_init(bd_t *bis)
+{
+       return ne2k_register();
+}
+
 void led_set_state(unsigned short value)
 {