pandora: support the right SD slot
[pandora-u-boot.git] / board / pandora / pandora.c
index d942b09..f75c651 100644 (file)
@@ -145,6 +145,7 @@ void set_muxconf_regs(void)
 int board_mmc_init(bd_t *bis)
 {
        omap_mmc_init(0, 0, 0);
+       omap_mmc_init(1, 0, 0);
        return 0;
 }
 #endif