diff options
author | Joseph Smith <joe@smittys.pointclark.net> | 2008-03-14 23:32:03 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2008-03-14 23:32:03 +0000 |
commit | 937ae9d9fec2fe527b78fbd96e768b28dca849b6 (patch) | |
tree | d59beed9816c90c146ba92516e155b22d6a38355 /util/flashrom/flashchips.c | |
parent | ae8a08df3b477d950860915686650de5fff330d1 (diff) |
Changes M50FW080 to use 82802ab.c instead of jedec.c. This fixes the problem of not being able to erase the chip.
Signed-off-by: Joseph Smith <joe@smittys.pointclark.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 73979ed5ec..db4e8a6e72 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -165,7 +165,7 @@ struct flashchip flashchips[] = { {"M50FLW080B", ST_ID, ST_M50FLW080B, 1024, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, {"M50FW080", ST_ID, ST_M50FW080, 1024, 64 * 1024, - probe_jedec, erase_chip_jedec, write_jedec}, + probe_82802ab, erase_82802ab, write_82802ab}, {"M50FW016", ST_ID, ST_M50FW016, 2048, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, {"M50LPW116", ST_ID, ST_M50LPW116, 2048, 64 * 1024, |