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 | fe7e929f49a6f26ae2c35ecd6a40980d2359d87c (patch) | |
tree | cc8fafacf28c200416efcc35760c0d3d0d3f6530 /flashchips.c | |
parent | 7bd2f838c669213adde3d689aaa49857e21d4541 (diff) | |
download | flashrom-fe7e929f49a6f26ae2c35ecd6a40980d2359d87c.tar.gz flashrom-fe7e929f49a6f26ae2c35ecd6a40980d2359d87c.tar.bz2 flashrom-fe7e929f49a6f26ae2c35ecd6a40980d2359d87c.zip |
Drop 82802ab.c as it is identical to sharplhf00l04.c
Corresponding to flashrom svn r201 and coreboot v2 svn r3137.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flashchips.c b/flashchips.c index 89a37530..a46e009a 100644 --- a/flashchips.c +++ b/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 |