summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx28evk/mx28evk.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx28evk/mx28evk.c')
-rw-r--r--board/freescale/mx28evk/mx28evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx28evk/mx28evk.c b/board/freescale/mx28evk/mx28evk.c
index ad66f293c8..de7231bd10 100644
--- a/board/freescale/mx28evk/mx28evk.c
+++ b/board/freescale/mx28evk/mx28evk.c
@@ -94,7 +94,7 @@ int board_mmc_init(bd_t *bis)
/* Configure MMC0 Power Enable */
gpio_direction_output(MX28_PAD_PWM3__GPIO_3_28, 0);
- return mxsmmc_initialize(bis, 0, mx28evk_mmc_wp);
+ return mxsmmc_initialize(bis, 0, mx28evk_mmc_wp, NULL);
}
#endif