]> git.sur5r.net Git - u-boot/blobdiff - board/logicpd/zoom1/zoom1.c
drivers/video/da8xx-fb.c: Fix GCC 4.6 warning
[u-boot] / board / logicpd / zoom1 / zoom1.c
index 7ef13cc623f2e549be5dcfed0f6cd4462cbd2cd7..dec0b2611f8930057a923d31bd4e37db274b4cc3 100644 (file)
@@ -34,6 +34,7 @@
 #include <netdev.h>
 #include <twl4030.h>
 #include <asm/io.h>
+#include <asm/arch/mmc_host_def.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/mach-types.h>
@@ -88,6 +89,14 @@ void set_muxconf_regs(void)
        MUX_ZOOM1_MDK();
 }
 
+#ifdef CONFIG_GENERIC_MMC
+int board_mmc_init(bd_t *bis)
+{
+       omap_mmc_init(0);
+       return 0;
+}
+#endif
+
 #ifdef CONFIG_CMD_NET
 int board_eth_init(bd_t *bis)
 {