summaryrefslogtreecommitdiffstats
path: root/board/technexion/tao3530/tao3530.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/technexion/tao3530/tao3530.c')
-rw-r--r--board/technexion/tao3530/tao3530.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c
index 44a82406aa..744ff44008 100644
--- a/board/technexion/tao3530/tao3530.c
+++ b/board/technexion/tao3530/tao3530.c
@@ -188,6 +188,13 @@ int board_mmc_init(bd_t *bis)
}
#endif
+#if defined(CONFIG_GENERIC_MMC)
+void board_mmc_power_init(void)
+{
+ twl4030_power_mmc_init(0);
+}
+#endif
+
#if defined(CONFIG_USB_EHCI) && !defined(CONFIG_SPL_BUILD)
/* Call usb_stop() before starting the kernel */
void show_boot_progress(int val)
OpenPOWER on IntegriCloud