aboutsummaryrefslogtreecommitdiff
path: root/board/htkw/mcx/mcx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/htkw/mcx/mcx.c')
-rw-r--r--board/htkw/mcx/mcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/htkw/mcx/mcx.c b/board/htkw/mcx/mcx.c
index 4330cf0ddb..06510b2008 100644
--- a/board/htkw/mcx/mcx.c
+++ b/board/htkw/mcx/mcx.c
@@ -100,7 +100,7 @@ void set_muxconf_regs(void)
MUX_MCX();
}
-#if defined(CONFIG_OMAP_HSMMC) && !defined(CONFIG_SPL_BUILD)
+#if defined(CONFIG_OMAP_HSMMC)
int board_mmc_init(bd_t *bis)
{
return omap_mmc_init(0, 0, 0, -1, -1);