treewide: convert bd_t to struct bd_info by coccinelle
[platform/kernel/u-boot.git] / board / ti / omap5_uevm / evm.c
index 319bb6a..88f56ed 100644 (file)
@@ -161,7 +161,7 @@ int spl_start_uboot(void)
 }
 #endif /* CONFIG_SPL_OS_BOOT */
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
        return 0;
 }
@@ -198,7 +198,7 @@ void set_muxconf_regs(void)
 }
 
 #if defined(CONFIG_MMC)
-int board_mmc_init(bd_t *bis)
+int board_mmc_init(struct bd_info *bis)
 {
        omap_mmc_init(0, 0, 0, -1, -1);
        omap_mmc_init(1, 0, 0, -1, -1);