diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-14 00:33:42 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-14 00:33:42 +0000 |
commit | 4b0a41b5ca0301772d655841718db41565a7450a (patch) | |
tree | 9401ec27ec569b13560ceed09d5505ab899a2d82 | |
parent | 8729de48fa73d86abb5ae2e87406ba305d0b3062 (diff) | |
download | coreboot-4b0a41b5ca0301772d655841718db41565a7450a.tar.xz |
Fix up one forgotten revert in r3140.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3141 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/flashchips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index a46e009a9f..73979ed5ec 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -193,9 +193,9 @@ struct flashchip flashchips[] = { {"M25P128", ST_ID, ST_M25P128, 16384, 256, probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write, generic_spi_chip_read}, {"82802ab", INTEL_ID, 173, 512, 64 * 1024, - probe_lhf00l04, erase_lhf00l04, write_lhf00l04}, + probe_82802ab, erase_82802ab, write_82802ab}, {"82802ac", INTEL_ID, 172, 1024, 64 * 1024, - probe_lhf00l04, erase_lhf00l04, write_lhf00l04}, + probe_82802ab, erase_82802ab, write_82802ab}, {"F49B002UA", EMST_ID, EMST_F49B002UA, 256, 4096, probe_jedec, erase_chip_jedec, write_49f002}, #ifndef DISABLE_DOC |