diff options
Diffstat (limited to 'board/total5200/total5200.c')
| -rw-r--r-- | board/total5200/total5200.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/board/total5200/total5200.c b/board/total5200/total5200.c index 1ae24c4f3..c1848fc5a 100644 --- a/board/total5200/total5200.c +++ b/board/total5200/total5200.c @@ -27,6 +27,7 @@  #include <common.h>  #include <mpc5xxx.h>  #include <pci.h> +#include <netdev.h>  #include "sdram.h" @@ -308,3 +309,8 @@ int board_get_height (void)  }  #endif /* CONFIG_VIDEO_SED13806 */ + +int board_eth_init(bd_t *bis) +{ +	return pci_eth_init(bis); +} |