diff options
Diffstat (limited to 'board/pandora/pandora.c')
-rw-r--r-- | board/pandora/pandora.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 146dcea4e15..59b5a7e2cd0 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -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 |