summaryrefslogtreecommitdiff
path: root/board/freescale/mx23evk/mx23evk.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx23evk/mx23evk.c')
-rw-r--r--board/freescale/mx23evk/mx23evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx23evk/mx23evk.c b/board/freescale/mx23evk/mx23evk.c
index 6cfff04966..3fbac6b5cc 100644
--- a/board/freescale/mx23evk/mx23evk.c
+++ b/board/freescale/mx23evk/mx23evk.c
@@ -65,7 +65,7 @@ static int mx23evk_mmc_wp(int id)
return gpio_get_value(MX23_PAD_PWM4__GPIO_1_30);
}
-int board_mmc_init(bd_t *bis)
+int board_mmc_init(struct bd_info *bis)
{
/* Configure WP as input */
gpio_direction_input(MX23_PAD_PWM4__GPIO_1_30);