treewide: convert bd_t to struct bd_info by coccinelle
[platform/kernel/u-boot.git] / board / freescale / s32v234evb / s32v234evb.c
index a7301e2..f381cfc 100644 (file)
@@ -86,7 +86,7 @@ int board_mmc_getcd(struct mmc *mmc)
        return 1;
 }
 
-int board_mmc_init(bd_t * bis)
+int board_mmc_init(struct bd_info * bis)
 {
        esdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_USDHC_CLK);