Author: linux_junkie Date: 2008-03-15 00:32:03 +0100 (Sat, 15 Mar 2008) New Revision: 3145
Modified: trunk/util/flashrom/flashchips.c Log: 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
Modified: trunk/util/flashrom/flashchips.c =================================================================== --- trunk/util/flashrom/flashchips.c 2008-03-14 17:20:59 UTC (rev 3144) +++ trunk/util/flashrom/flashchips.c 2008-03-14 23:32:03 UTC (rev 3145) @@ -165,7 +165,7 @@ {"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,