diff options
Diffstat (limited to 'board/google/imx8mq_phanbell/spl.c')
-rw-r--r-- | board/google/imx8mq_phanbell/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/google/imx8mq_phanbell/spl.c b/board/google/imx8mq_phanbell/spl.c index 6f39599316..06a3f4c1aa 100644 --- a/board/google/imx8mq_phanbell/spl.c +++ b/board/google/imx8mq_phanbell/spl.c @@ -87,7 +87,7 @@ static struct fsl_esdhc_cfg usdhc_cfg[2] = { {USDHC2_BASE_ADDR}, }; -int board_mmc_init(bd_t *bis) +int board_mmc_init(struct bd_info *bis) { int i, ret; /* |