]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/qemu-malta/qemu-malta.c
MIPS: qemu-malta: bring up ethernet
[karo-tx-uboot.git] / board / qemu-malta / qemu-malta.c
index e3a733f42f486acdcff1c6a97aef4e7bb348b887..4cbd7368fecee214850f716db4324b029534e875 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <netdev.h>
 
 #include <asm/addrspace.h>
 #include <asm/io.h>
@@ -24,6 +25,11 @@ int checkboard(void)
        return 0;
 }
 
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}
+
 void _machine_restart(void)
 {
        void __iomem *reset_base;