Commit 4497e861 authored by Michael Karcher's avatar Michael Karcher
Browse files

Fix read function for EMST F25L008A


SPI chips never should use read_memmapped. The SPI master code might
decide that read_memmapped is fine for this chip, though, in a lower
layer.

Corresponding to flashrom svn r1074.
Signed-off-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 76d4b373
......@@ -1393,7 +1393,7 @@ struct flashchip flashchips[] = {
}
},
.write = spi_aai_write,
.read = read_memmapped,
.read = spi_chip_read,
},
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment