X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsbc8240%2Fsbc8240.c;h=075e3777ff438364d70cf027fa7500ac0ccc8bb0;hb=ce42d166ac3c55ebf1e7c2f9707a79acefa006be;hp=8a52f67418090a4899f53de22ede19966386cb41;hpb=197b049b8b8a488384f351b988dd15f78830ba4e;p=u-boot diff --git a/board/sbc8240/sbc8240.c b/board/sbc8240/sbc8240.c index 8a52f67418..075e3777ff 100644 --- a/board/sbc8240/sbc8240.c +++ b/board/sbc8240/sbc8240.c @@ -28,6 +28,7 @@ #include #include #include +#include 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); +}