summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorJoseph Smith <joe@smittys.pointclark.net>2008-03-14 23:32:03 +0000
committerJoseph Smith <joe@smittys.pointclark.net>2008-03-14 23:32:03 +0000
commit1f3e530bea78a442f9441e16aad237a38b346c5d (patch)
treeb57bbc5a2a0b00bae9324a304575d060ca770146 /flashchips.c
parent67f9ea3b7112ee474c9c824b7089aec8a33d05a5 (diff)
downloadast2050-flashrom-1f3e530bea78a442f9441e16aad237a38b346c5d.zip
ast2050-flashrom-1f3e530bea78a442f9441e16aad237a38b346c5d.tar.gz
Changes M50FW080 to use 82802ab.c instead of jedec.c
This fixes the problem of not being able to erase the chip. Corresponding to flashrom svn r208 and coreboot v2 svn r3145. Signed-off-by: Joseph Smith <joe@smittys.pointclark.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 73979ed..db4e8a6 100644
--- a/flashchips.c
+++ b/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,
OpenPOWER on IntegriCloud