diff options
Diffstat (limited to 'board/freescale/ls2080aqds/eth.c')
-rw-r--r-- | board/freescale/ls2080aqds/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls2080aqds/eth.c b/board/freescale/ls2080aqds/eth.c index 9171cb2b6c..4b7f85540d 100644 --- a/board/freescale/ls2080aqds/eth.c +++ b/board/freescale/ls2080aqds/eth.c @@ -895,7 +895,7 @@ void ls2080a_handle_phy_interface_xsgmii(int i) #endif #endif // !CONFIG_DM_ETH -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { #ifndef CONFIG_DM_ETH #if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD) |