diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-13 12:43:31 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-13 12:43:31 +0000 |
commit | b7b22e3c573085a2e86f69df54ab92f6fe4b1645 (patch) | |
tree | ba9ccb447b6890e2715e2e11133f8c30f408b0cf /util/flashrom/flashchips.c | |
parent | 3182122c3bc8477be048106d85bf331499373e70 (diff) |
Drop 82802ab.c as it is identical to sharplhf00l04.c.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3137 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 89a37530b6..a46e009a9f 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -192,10 +192,10 @@ struct flashchip flashchips[] = { probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write, generic_spi_chip_read}, {"M25P128", ST_ID, ST_M25P128, 16384, 256, probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write, generic_spi_chip_read}, - {"82802ab", 137, 173, 512, 64 * 1024, - probe_82802ab, erase_82802ab, write_82802ab}, - {"82802ac", 137, 172, 1024, 64 * 1024, - probe_82802ab, erase_82802ab, write_82802ab}, + {"82802ab", INTEL_ID, 173, 512, 64 * 1024, + probe_lhf00l04, erase_lhf00l04, write_lhf00l04}, + {"82802ac", INTEL_ID, 172, 1024, 64 * 1024, + probe_lhf00l04, erase_lhf00l04, write_lhf00l04}, {"F49B002UA", EMST_ID, EMST_F49B002UA, 256, 4096, probe_jedec, erase_chip_jedec, write_49f002}, #ifndef DISABLE_DOC |