Commits
Simon Glass committed 5e6fb69778f
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>