summaryrefslogtreecommitdiff
path: root/board/ti/panda
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/panda')
-rw-r--r--board/ti/panda/panda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c
index 187ff3cff4..4db8f82a57 100644
--- a/board/ti/panda/panda.c
+++ b/board/ti/panda/panda.c
@@ -287,7 +287,7 @@ void set_muxconf_regs(void)
sizeof(struct pad_conf_entry));
}
-#if defined(CONFIG_GENERIC_MMC)
+#if defined(CONFIG_MMC)
int board_mmc_init(bd_t *bis)
{
return omap_mmc_init(0, 0, 0, -1, -1);