flashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
Report by Jody McIntyre. Thanks! Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3893 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6f77eeb036
commit
269e1bdd13
|
@ -1755,7 +1755,7 @@ struct flashchip flashchips[] = {
|
||||||
.model_id = ST_M50FW080,
|
.model_id = ST_M50FW080,
|
||||||
.total_size = 1024,
|
.total_size = 1024,
|
||||||
.page_size = 64 * 1024,
|
.page_size = 64 * 1024,
|
||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_OK_PREW,
|
||||||
.probe = probe_82802ab,
|
.probe = probe_82802ab,
|
||||||
.erase = erase_82802ab,
|
.erase = erase_82802ab,
|
||||||
.write = write_82802ab,
|
.write = write_82802ab,
|
||||||
|
|
Loading…
Reference in New Issue