diff options
Diffstat (limited to 'board/freescale/ls1088a/eth_ls1088aqds.c')
-rw-r--r-- | board/freescale/ls1088a/eth_ls1088aqds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c index e5d9d946cb..bf4f57e6f8 100644 --- a/board/freescale/ls1088a/eth_ls1088aqds.c +++ b/board/freescale/ls1088a/eth_ls1088aqds.c @@ -669,7 +669,7 @@ static void ls1088a_handle_phy_interface_rgmii(int dpmac_id) } #endif -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { int error = 0, i; #ifdef CONFIG_FSL_MC_ENET |