diff options
Diffstat (limited to 'board/freescale/ls1088a')
-rw-r--r-- | board/freescale/ls1088a/eth_ls1088aqds.c | 2 | ||||
-rw-r--r-- | board/freescale/ls1088a/eth_ls1088ardb.c | 2 | ||||
-rw-r--r-- | board/freescale/ls1088a/ls1088a.c | 2 |
3 files changed, 3 insertions, 3 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 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; diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index 3f758cef2f..5d19702a05 100644 --- a/board/freescale/ls1088a/ls1088a.c +++ b/board/freescale/ls1088a/ls1088a.c @@ -912,7 +912,7 @@ void fsl_fdt_fixup_flash(void *fdt) fdt_status_disabled(fdt, offset); } -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { int i; u16 mc_memory_bank = 0; |