summaryrefslogtreecommitdiff
path: root/board/ti/ti814x/evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/ti814x/evm.c')
-rw-r--r--board/ti/ti814x/evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/ti814x/evm.c b/board/ti/ti814x/evm.c
index e406dabfc0..e85794c60e 100644
--- a/board/ti/ti814x/evm.c
+++ b/board/ti/ti814x/evm.c
@@ -111,7 +111,7 @@ int board_init(void)
return 0;
}
-#if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_GENERIC_MMC)
+#if defined(CONFIG_GENERIC_MMC)
int board_mmc_init(bd_t *bis)
{
omap_mmc_init(1, 0, 0, -1, -1);