mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setup
[platform/kernel/u-boot.git] / board / qemu-mips / qemu-mips.c
index cf22ed5..f570917 100644 (file)
@@ -8,6 +8,7 @@
 #include <command.h>
 #include <init.h>
 #include <net.h>
+#include <asm/global_data.h>
 #include <asm/mipsregs.h>
 #include <asm/io.h>
 #include <netdev.h>
@@ -78,7 +79,7 @@ int misc_init_r(void)
        return 0;
 }
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
        return ne2k_register();
 }