From d4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 21 Apr 2021 13:03:13 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/52569 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 8bf2cd903..b569d97c5 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8819,7 +8819,7 @@ const struct flashchip flashchips[] = { .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, -- cgit v1.2.3