Commit b07eac9a authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

Mark the SST49LF003A as PROBE supported


Thanks to Simon Brown for the report.

Corresponding to flashrom svn r621.
Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 5190ec16
......@@ -2049,7 +2049,7 @@ struct flashchip flashchips[] = {
.model_id = SST_49LF003A,
.total_size = 384,
.page_size = 64 * 1024,
.tested = TEST_UNTESTED,
.tested = TEST_OK_PROBE,
.probe = probe_sst_fwhub,
.probe_timing = TIMING_FIXME, /* routine is wrapper to probe_jedec (sst_fwhub.c) */
.erase = erase_sst_fwhub,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment