From c025268340dec1a53ba5e3117cc3245fa9c4a7ea Mon Sep 17 00:00:00 2001 From: Nils Jacobs Date: Wed, 23 Sep 2009 21:58:34 +0000 Subject: [PATCH] Change the status of the SST49LF020A to TEST_OK_PREW I tested it on the Wyse Winterm S50 see attached test results. Corresponding to flashrom svn r730. Signed-off-by: Nils Jacobs Acked-by: Carl-Daniel Hailfinger --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 0983f1d89..83f6e96cd 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2244,7 +2244,7 @@ struct flashchip flashchips[] = { .model_id = SST_49LF020A, .total_size = 256, .page_size = 4 * 1024, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ .erase = erase_49lf040,