From 09dddd83bbc3ffcadee55f5e5c34046505b25611 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 30 Sep 2018 19:23:43 +0200 Subject: flashchips: Mark Macronix MX66L51235 as tested As per Nick (cel366) on 2018-05-16 via mailing list. Change-Id: I44363e6755167adbc120444a481b09bb4e1063c5 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28815 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 c50fd307..3d0d898b 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8398,7 +8398,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 512B total; enter 0xB1, exit 0xC1 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3