commit | 49ec4b1d5f662d345cef1e4873a61bd92396c4f9 | [log] [tgz] |
---|---|---|
author | Marc Jones <marc.jones@chromium.org> | Mon Oct 29 05:24:02 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Nov 02 15:20:43 2012 -0700 |
tree | 7805b64203f13334a52bec35f4ce366fd9c4a17a | |
parent | bbb5784c90b5ab0a0c7cc35823c799fbd07794d2 [diff] |
ahci: Perform SATA flush after disk write. Writes in u-boot are so rare, and the logic to know when is the last write and do a flush only there is sufficiently difficult. Just do a flush after every write. This incurs, usually, one extra flush when the rare writes do happen. Signed-off-by: Marc Jones <marc.jones@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>