From b07eac9a2f323c75fa7b9b55a0c911c85588a0a6 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 22 Jun 2009 11:07:44 +0000 Subject: [PATCH] Mark the SST49LF003A as PROBE supported Thanks to Simon Brown for the report. Corresponding to flashrom svn r621. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index cbb20d255..4c282b62c 100644 --- a/flashchips.c +++ b/flashchips.c @@ -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,