]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8240/sbc8240.c
Merge branch 'master' of git://git.denx.de/u-boot-mips
[u-boot] / board / sbc8240 / sbc8240.c
index 8a52f67418090a4899f53de22ede19966386cb41..075e3777ff438364d70cf027fa7500ac0ccc8bb0 100644 (file)
@@ -28,6 +28,7 @@
 #include <mpc824x.h>
 #include <asm/processor.h>
 #include <pci.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -45,7 +46,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        long size;
        long new_bank0_end;
@@ -103,3 +104,8 @@ int misc_init_r (void)
        return (0);
 }
 #endif /* CONFIG_MISC_INIT_R */
+
+int board_eth_init(bd_t *bis)
+{
+       return pci_eth_init(bis);
+}