Angel Pons has uploaded this change for review.

View Change

flashchips: Mark Atmel AT45DB081D as tested.

As per `The_Raven Raven` on the mailing list.

Change-Id: I225984b9e2589713f25d0f9b49eb1c3abdcff3cd
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/25/28825/1
diff --git a/flashchips.c b/flashchips.c
index fbb2b63..1756f09 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2791,7 +2791,7 @@
/* does not support EWSR nor WREN and has no writable status register bits whatsoever */
/* OTP: 128B total, 64B pre-programmed; read 0x77; write 0x9B */
.feature_bits = FEATURE_OTP,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_at45db,
.probe_timing = TIMING_ZERO,
.block_erasers =

To view, visit change 28825. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I225984b9e2589713f25d0f9b49eb1c3abdcff3cd
Gerrit-Change-Number: 28825
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>