Files
u-boot-tk1-som/drivers/mmc
Yannick Gicquel 7593194685 mmc: rmobile: add a compiler barrier
Building w/ GCC v5.2, the SD card access is broken due to invalid data
in the response command reconstructed at the end of
sh_sdhci_get_response().

Add a memory barrier between the two main steps of this function to
ensure the resp[] table content is consistent before bits reordering.

This fix has been tested Ok on Porter board rev1.0 using v2016.03
release.

Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-08-17 10:25:35 +09:00
..
2016-06-28 12:08:53 -07:00
2015-05-05 12:29:36 +03:00
2016-06-20 05:14:46 -04:00
2015-05-05 12:29:36 +03:00
2015-05-05 12:29:36 +03:00
2016-08-17 10:25:35 +09:00