aboutsummaryrefslogtreecommitdiff
path: root/board/pandora
diff options
context:
space:
mode:
Diffstat (limited to 'board/pandora')
-rw-r--r--board/pandora/pandora.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 0df45702c..58a676d45 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -32,6 +32,7 @@
#include <common.h>
#include <twl4030.h>
#include <asm/io.h>
+#include <asm/arch/mmc_host_def.h>
#include <asm/arch/mux.h>
#include <asm/arch/gpio.h>
#include <asm/arch/sys_proto.h>
@@ -103,3 +104,11 @@ void set_muxconf_regs(void)
{
MUX_PANDORA();
}
+
+#ifdef CONFIG_GENERIC_MMC
+int board_mmc_init(bd_t *bis)
+{
+ omap_mmc_init(0);
+ return 0;
+}
+#endif