mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
76d4b373dd
commit
4497e86134
@ -1393,7 +1393,7 @@ struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.write = spi_aai_write,
|
||||
.read = read_memmapped,
|
||||
.read = spi_chip_read,
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user