summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-09-30 19:59:42 +0200
committerNico Huber <nico.h@gmx.de>2018-10-03 11:51:07 +0000
commit6f08835c0ab7ab35888cf675e280104420620eb9 (patch)
tree9a80fa4e2a0ae38406b3cab271a13760a3ddb94c
parentc4d3efbffdf22367c71ec712c828969aafadab54 (diff)
downloadflashrom-6f08835c0ab7ab35888cf675e280104420620eb9.tar.gz
flashrom-6f08835c0ab7ab35888cf675e280104420620eb9.tar.bz2
flashrom-6f08835c0ab7ab35888cf675e280104420620eb9.zip
flashchips: Mark AMIC A25L40PU as tested
As per Stefan Szwarnowski on the mailing list. Change-Id: I574094bdb83611a3cda2fcc455bcf9aed3774011 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/28818 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
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 =