From c748be5f7142b59a8656b51e990fc4990c37e2b2 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 30 Sep 2018 17:23:03 +0200 Subject: flashchips: Mark Eon EN25S40 as tested As reported by `The_Raven Raven` on the mailing list. Change-Id: I00f9c6fcf13c486765d0ac4fe06a8b0989b03f91 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28811 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 aab08706..aa5d9bf1 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5091,7 +5091,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 256B total; enter 0x3A */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = { -- cgit v1.2.3