1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE

Report by Jody McIntyre. Thanks!

Corresponding to flashrom svn r388 and coreboot v2 svn r3893.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Stuge 2009-01-24 23:01:08 +00:00
parent 51f4062ff4
commit a657e94127

View File

@ -1755,7 +1755,7 @@ struct flashchip flashchips[] = {
.model_id = ST_M50FW080,
.total_size = 1024,
.page_size = 64 * 1024,
.tested = TEST_UNTESTED,
.tested = TEST_OK_PREW,
.probe = probe_82802ab,
.erase = erase_82802ab,
.write = write_82802ab,