Attention is currently required from: Angel Pons. Hello Angel Pons,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/flashrom/+/52569
to review the following change.
Change subject: flashchips: Correct OTP comment for MX25L3273E ......................................................................
flashchips: Correct OTP comment for MX25L3273E
The datasheet says 4K bits, maybe just a copy-paste error.
Change-Id: I42b10aa09c969e5c5e7102b1e8ab496f52bd27bb Signed-off-by: Nico Huber nico.huber@secunet.com --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/69/52569/1
diff --git a/flashchips.c b/flashchips.c index 5b328f8..91eace9 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8781,7 +8781,7 @@ .model_id = MACRONIX_MX25L3205, .total_size = 4096, .page_size = 256, - /* OTP: 64B total; enter 0xB1, exit 0xC1 */ + /* OTP: 512B total; enter 0xB1, exit 0xC1 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, .tested = TEST_OK_PREW, .probe = probe_spi_rdid,