1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

Mark the SST SST49LF003A/B as read-tested

See http://www.coreboot.org/pipermail/coreboot/2009-July/050675.html.

Corresponding to flashrom svn r733.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Peter Lemenkov 2009-09-25 01:09:18 +00:00 committed by Uwe Hermann
parent 3e0774dcfe
commit 45835c4092

View File

@ -2132,7 +2132,7 @@ struct flashchip flashchips[] = {
.model_id = SST_49LF003A,
.total_size = 384,
.page_size = 64 * 1024,
.tested = TEST_OK_PROBE,
.tested = TEST_OK_PR,
.probe = probe_sst_fwhub,
.probe_timing = 1, /* 150 ns | routine is wrapper to probe_jedec (sst_fwhub.c) */
.erase = erase_sst_fwhub,