diff options
Diffstat (limited to 'board/freescale/ls1088a/eth_ls1088ardb.c')
-rw-r--r-- | board/freescale/ls1088a/eth_ls1088ardb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1088a/eth_ls1088ardb.c b/board/freescale/ls1088a/eth_ls1088ardb.c index f56ce7d9ae..a8e9ef15dc 100644 --- a/board/freescale/ls1088a/eth_ls1088ardb.c +++ b/board/freescale/ls1088a/eth_ls1088ardb.c @@ -19,7 +19,7 @@ #include <fsl-mc/ldpaa_wriop.h> #ifndef CONFIG_DM_ETH -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { #if defined(CONFIG_FSL_MC_ENET) int i, interface; |