1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +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:
Peter Stuge 2009-01-26 04:48:01 +00:00
parent fd9217db8e
commit c6e905575f

View File

@ -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,
},