flashrom: Fix copypaste error in r3913.
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3916 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
fbda0d3143
commit
f3bc765493
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue