]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/dw_mmc.c
pci: Set PCI_COMMAND_IO bit for VGA device
[u-boot] / drivers / mmc / dw_mmc.c
index a84c1e16d8b706332c86db4a439227d3601027cb..26d34ae5ccc4d0349b27e1dda3128dfbfb84ebf9 100644 (file)
@@ -214,7 +214,7 @@ static int dwmci_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
 
        if (data) {
                start = get_timer(0);
-               timeout = 1000;
+               timeout = 240000;
                for (;;) {
                        mask = dwmci_readl(host, DWMCI_RINTSTS);
                        /* Error during data transfer. */