]> git.sur5r.net Git - u-boot/blobdiff - board/pandora/pandora.c
omap_hsmmc: Board-specific TWL4030 MMC power initializations
[u-boot] / board / pandora / pandora.c
index 146dcea4e15f821b45f294897f37a14f055aa582..59b5a7e2cd01c34afe4524ef4d8e31f4c1f49f68 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