]> git.sur5r.net Git - u-boot/blobdiff - board/isee/igep00x0/igep00x0.c
mx6sl: Add initial support for mx6slevk board
[u-boot] / board / isee / igep00x0 / igep00x0.c
index 3a2a023b641180be7a84fd9539e72240cee56e47..0d4679dfb9133a050c46b3ab955edf1338ffc150 100644 (file)
@@ -24,7 +24,7 @@
 #include <twl4030.h>
 #include <netdev.h>
 #include <asm/gpio.h>
-#include <asm/arch/omap_gpmc.h>
+#include <asm/omap_gpmc.h>
 #include <asm/io.h>
 #include <asm/arch/mem.h>
 #include <asm/arch/mmc_host_def.h>
@@ -150,7 +150,7 @@ static inline void setup_net_chip(void) {}
 #if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0, 0, 0, -1);
+       return omap_mmc_init(0, 0, 0, -1, -1);
 }
 #endif