diff options
Diffstat (limited to 'board/freescale/mx53smd/mx53smd.c')
-rw-r--r-- | board/freescale/mx53smd/mx53smd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53smd/mx53smd.c b/board/freescale/mx53smd/mx53smd.c index 2599272173..7c0f98a132 100644 --- a/board/freescale/mx53smd/mx53smd.c +++ b/board/freescale/mx53smd/mx53smd.c @@ -95,7 +95,7 @@ int board_mmc_getcd(struct mmc *mmc) #define SD_PAD_CTRL (PAD_CTL_HYS | PAD_CTL_PUS_47K_UP | \ PAD_CTL_DSE_HIGH) -int board_mmc_init(bd_t *bis) +int board_mmc_init(struct bd_info *bis) { static const iomux_v3_cfg_t sd1_pads[] = { NEW_PAD_CTRL(MX53_PAD_SD1_CMD__ESDHC1_CMD, SD_CMD_PAD_CTRL), |