omap_hsmmc: Board-specific TWL4030 MMC power initializations
[platform/kernel/u-boot.git] / board / pandora / pandora.c
index 146dcea..59b5a7e 100644 (file)
@@ -126,4 +126,9 @@ int board_mmc_init(bd_t *bis)
 {
        return omap_mmc_init(0, 0, 0, -1, -1);
 }
+
+void board_mmc_power_init(void)
+{
+       twl4030_power_mmc_init(0);
+}
 #endif