]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/comelit/dig297/dig297.c
omap_hsmmc: Board-specific TWL4030 MMC power initializations
[people/ms/u-boot.git] / board / comelit / dig297 / dig297.c
index 2b826dffc5598d491efab6d7b2ce5fb9555d8462..9d4c41b00b34b524471b18c7c59d62a59e2d8b50 100644 (file)
@@ -133,6 +133,11 @@ 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
 
 #ifdef CONFIG_CMD_NET