commit | dc9162d2010b9818e6e01d28b7e5bd9f2bb7fbe6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 11 06:08:06 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 19 08:45:37 2013 -0700 |
tree | 225721f4a7cdf6703a4b0408b1e63be1c649cc6f | |
parent | d3ace8c550e28a70ce3c14e8eab9c7993c27f331 [diff] |
sf: Respect maximum SPI write size Some SPI flash controllers (e.g. Intel ICH) have a limit on the number of bytes that can be in a write transaction. Support this by breaking the writes into multiple transactions. Signed-off-by: Simon Glass <sjg@chromium.org>