]> Git Repo - J-u-boot.git/blobdiff - board/gdsys/mpc8308/strider.c
treewide: convert bd_t to struct bd_info by coccinelle
[J-u-boot.git] / board / gdsys / mpc8308 / strider.c
index b3af8fec9172bcc2ebd5b11396514366a0f93225..91fec74fb0328d543ad162048bacbc92950139e4 100644 (file)
@@ -357,7 +357,7 @@ int mpc8308_get_fpga_done(uint fpga)
 }
 
 #ifdef CONFIG_FSL_ESDHC
-int board_mmc_init(bd_t *bd)
+int board_mmc_init(struct bd_info *bd)
 {
        immap_t *immr = (immap_t *)CONFIG_SYS_IMMR;
        sysconf83xx_t *sysconf = &immr->sysconf;
@@ -414,7 +414,7 @@ ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info)
 }
 
 #if defined(CONFIG_OF_BOARD_SETUP)
-int ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, struct bd_info *bd)
 {
        ft_cpu_setup(blob, bd);
        fsl_fdt_fixup_dr_usb(blob, bd);
This page took 0.025949 seconds and 4 git commands to generate.