From 6f08835c0ab7ab35888cf675e280104420620eb9 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 30 Sep 2018 19:59:42 +0200 Subject: flashchips: Mark AMIC A25L40PU as tested As per Stefan Szwarnowski on the mailing list. Change-Id: I574094bdb83611a3cda2fcc455bcf9aed3774011 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28818 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 7a19054fa..a70d9539e 100644 --- a/flashchips.c +++ b/flashchips.c @@ -871,7 +871,7 @@ const struct flashchip flashchips[] = { .total_size = 512, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN, - .tested = TEST_OK_PR, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid4, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3