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