From bce364ca7873196714ff54314049e23a2feee62c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 30 Sep 2018 20:04:14 +0200 Subject: flashchips: Mark GigaDevice GD25Q128C as tested As per Tomasz Walach on the mailing list. Change-Id: Ib0d7485c7221f92ec13995c58065a48e08f57cd8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28819 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index a70d9539..45a392f4 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6398,7 +6398,7 @@ const struct flashchip flashchips[] = { /* OTP: 1536B total; read 0x48; write 0x42, erase 0x44 */ /* QPI: enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3