|
@@ -35,6 +35,7 @@
|
|
|
#endif
|
|
|
#include <twl4030.h>
|
|
|
#include <asm/io.h>
|
|
|
+#include <asm/arch/mmc_host_def.h>
|
|
|
#include <asm/arch/gpio.h>
|
|
|
#include <asm/arch/mem.h>
|
|
|
#include <asm/arch/mux.h>
|
|
@@ -180,6 +181,14 @@ void set_muxconf_regs (void)
|
|
|
MUX_ZOOM2 ();
|
|
|
}
|
|
|
|
|
|
+#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)
|
|
|
{
|