aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-01-26 04:48:01 +0000
committerPeter Stuge <peter@stuge.se>2009-01-26 04:48:01 +0000
commitf3bc765493861f68011aa3f9ece19bb397e2453e (patch)
tree181d546221130b370ef8f82d8793f8ce9e71b7c0 /util/flashrom
parentfbda0d31439bd985a8f53e2f77924ea77cd8fe44 (diff)
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
Diffstat (limited to 'util/flashrom')
-rw-r--r--util/flashrom/flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index 950ce63ed1..1d0d23f13d 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/flashchips.c
@@ -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,
},