diff --git a/[refs] b/[refs] index fb9e81278bbf..b3ed56f365a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca55f46e13dd07b029b0a3d64637f983a6627b23 +refs/heads/master: 5e7184ae0dd49456387e8b1cdebc6b2c92fc6d51 diff --git a/trunk/drivers/mmc/host/atmel-mci.c b/trunk/drivers/mmc/host/atmel-mci.c index 02529af7c747..7a3f2436b011 100644 --- a/trunk/drivers/mmc/host/atmel-mci.c +++ b/trunk/drivers/mmc/host/atmel-mci.c @@ -1253,6 +1253,7 @@ static void atmci_read_data_pio(struct atmel_mci *host) nbytes += 4; if (offset == sg->length) { + flush_dcache_page(sg_page(sg)); host->sg = sg = sg_next(sg); if (!sg) goto done;