From 22c8b55fbd71d1d6850ac4f0b02f037e98fea157 Mon Sep 17 00:00:00 2001 From: Simon Buhrow Date: Wed, 9 Mar 2022 16:09:08 +0100 Subject: [PATCH] flashchips.c: Mark GD25Q40(B) as tested As mentioned by Wolf Dieter Brandt in his mail from 07.Feb.22. Change-Id: Idec3d82efbdf095c3d57bfe5f0fd487007b554cb Signed-off-by: Simon Buhrow Reviewed-on: https://review.coreboot.org/c/flashrom/+/62712 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber Reviewed-by: Felix Singer --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 322414277..04a8dda6e 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6859,7 +6859,7 @@ const struct flashchip flashchips[] = { .total_size = 512, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =