drivers/spi_nor: de-pessimize reads
SPI NOR devices require that writes be performed within only one page at
a time. There is no such limitation on reads. Remove the code that
forced reads to be performed in 256-byte chunks.
Signed-off-by:
Peter A. Bigot <pab@pabigot.com>
Loading
Please sign in to comment