diff options
Diffstat (limited to 'board/o2dnt/o2dnt.c')
| -rw-r--r-- | board/o2dnt/o2dnt.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/board/o2dnt/o2dnt.c b/board/o2dnt/o2dnt.c index 37832dea8..19faf52af 100644 --- a/board/o2dnt/o2dnt.c +++ b/board/o2dnt/o2dnt.c @@ -184,5 +184,6 @@ void pci_init_board(void)  int board_eth_init(bd_t *bis)  { +	cpu_eth_init(bis); /* Built in FEC comes first */  	return pci_eth_init(bis);  } |