From 937ae9d9fec2fe527b78fbd96e768b28dca849b6 Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Fri, 14 Mar 2008 23:32:03 +0000 Subject: [PATCH] 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 Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3145 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,