]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nokia/rx51/rx51.c
mtd: resync with Linux-3.7.1
[karo-tx-uboot.git] / board / nokia / rx51 / rx51.c
index b2fe1c531a1b2f2589929bb4dbb0d1957e2bb225..48eb65f8968365a918adf893cd1780f3e8f16d74 100644 (file)
@@ -671,7 +671,7 @@ int rx51_kp_getc(void)
  */
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0, 0, 0);
-       omap_mmc_init(1, 0, 0);
+       omap_mmc_init(0, 0, 0, -1, -1);
+       omap_mmc_init(1, 0, 0, -1, -1);
        return 0;
 }