aboutsummaryrefslogtreecommitdiff
path: root/board/bluegiga
diff options
context:
space:
mode:
Diffstat (limited to 'board/bluegiga')
-rw-r--r--board/bluegiga/apx4devkit/apx4devkit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bluegiga/apx4devkit/apx4devkit.c b/board/bluegiga/apx4devkit/apx4devkit.c
index 029b973..5927693 100644
--- a/board/bluegiga/apx4devkit/apx4devkit.c
+++ b/board/bluegiga/apx4devkit/apx4devkit.c
@@ -69,7 +69,7 @@ int board_init(void)
#ifdef CONFIG_CMD_MMC
int board_mmc_init(bd_t *bis)
{
- return mxsmmc_initialize(bis, 0, NULL);
+ return mxsmmc_initialize(bis, 0, NULL, NULL);
}
#endif