commit | 1e566bc6dbcfc9f13909d5cb40dd74925bcdd579 | [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 | 0c456cee952f3fa5ae6f5c42f960eeaa39140b62 [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>