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:
Peter Stuge 2009-01-26 04:48:01 +00:00
parent fbda0d3143
commit f3bc765493
1 changed files with 1 additions and 1 deletions

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