]> git.sur5r.net Git - u-boot/blobdiff - board/pandora/pandora.c
mx53loco: Place machine ID into board config
[u-boot] / board / pandora / pandora.c
index 992e9f7625ece834ff1d4f1a54171133689475da..58a676d45535dcc2c1ae2a10e73e6c1400bdac52 100644 (file)
@@ -32,7 +32,9 @@
 #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>
 #include <asm/mach-types.h>
 #include "pandora.h"
@@ -102,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