diff options
Diffstat (limited to 'board/udoo/udoo.c')
-rw-r--r-- | board/udoo/udoo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/udoo/udoo.c b/board/udoo/udoo.c index 4c85d99c13..62b32ae759 100644 --- a/board/udoo/udoo.c +++ b/board/udoo/udoo.c @@ -182,7 +182,7 @@ int board_mmc_getcd(struct mmc *mmc) return 1; /* Always present */ } -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { uint32_t base = IMX_FEC_BASE; struct mii_dev *bus = NULL; @@ -216,7 +216,7 @@ free_bus: return ret; } -int board_mmc_init(bd_t *bis) +int board_mmc_init(struct bd_info *bis) { SETUP_IOMUX_PADS(usdhc3_pads); usdhc_cfg.sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK); |