]> git.sur5r.net Git - u-boot/blobdiff - board/qemu-mips/qemu-mips.c
openrisc: specify a memory region for u_boot_lists
[u-boot] / board / qemu-mips / qemu-mips.c
index 7a69a00f99a0f0293c1be8127e5ab615933be857..2b3a1d6b0992f79157246655f3bfed5daff4a6fd 100644 (file)
@@ -25,6 +25,7 @@
 #include <command.h>
 #include <asm/mipsregs.h>
 #include <asm/io.h>
+#include <netdev.h>
 
 phys_size_t initdram(int board_type)
 {
@@ -87,3 +88,8 @@ int misc_init_r(void)
        set_io_port_base(0);
        return 0;
 }
+
+int board_eth_init(bd_t *bis)
+{
+       return ne2k_register();
+}