]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: spi: Set maximum write size for ICH
authorSimon Glass <sjg@chromium.org>
Mon, 11 Mar 2013 06:08:07 +0000 (06:08 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 19 Mar 2013 15:45:37 +0000 (08:45 -0700)
commit5e6fb69778fa41e685add00b73ed5f22c7a96166
treed23ac9fbfe5147118fedb0dbaef427fe7e0f13ce
parent1e566bc6dbcfc9f13909d5cb40dd74925bcdd579
x86: spi: Set maximum write size for ICH

This SPI controller can only write 64 bytes at a time. Add this restriction
in so that 'sf write' works correct for blocks larger than 64 bytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/ich.c