mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Fix copypaste error in r3913
Corresponding to flashrom svn r408 and coreboot v2 svn r3916. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
@ -1136,7 +1136,7 @@ struct flashchip flashchips[] = {
|
||||
.tested = TEST_OK_PR,
|
||||
.probe = probe_spi_rems,
|
||||
.erase = spi_chip_erase_c7,
|
||||
.write = spi_chip_aai_write,
|
||||
.write = spi_aai_write,
|
||||
.read = spi_chip_read,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user