Attention is currently required from: roman.stingler@gmail.com. Hello roman.stingler@gmail.com,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/flashrom/+/63921
to review the following change.
Change subject: flashchips.c: mark PM25LQ020 as TESTED_OK_PREW ......................................................................
flashchips.c: mark PM25LQ020 as TESTED_OK_PREW
Change-Id: I8f0c04f505ef505e717e7bbbc0eaa8c9d8064012 Signed-off-by: Roman Stingler roman.stingler@gmail.com Signed-off-by: Felix Singer felixsinger@posteo.net --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/21/63921/1
diff --git a/flashchips.c b/flashchips.c index 0a1d21d..e3ebbc0 100644 --- a/flashchips.c +++ b/flashchips.c @@ -12578,7 +12578,7 @@ .page_size = 256, /* OTP: 256B total; read 0x4B, write 0xB1 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =