diff options
Diffstat (limited to 'board/ti/panda/panda.c')
-rw-r--r-- | board/ti/panda/panda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c index 232d999a29..f718e69e85 100644 --- a/board/ti/panda/panda.c +++ b/board/ti/panda/panda.c @@ -61,7 +61,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; } @@ -298,7 +298,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) { return omap_mmc_init(0, 0, 0, -1, -1); } |