summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-04-21 13:03:13 +0200
committerNico Huber <nico.h@gmx.de>2021-04-25 13:37:44 +0000
commitd4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d (patch)
tree2a5ee2e81db3d44f80c82da8f22135cde9844a2d
parent47aff8c2f11cabbd899f24f4e627c1b556bd698c (diff)
downloadflashrom-d4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d.tar.gz
flashrom-d4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d.tar.bz2
flashrom-d4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d.zip
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> Reviewed-on: https://review.coreboot.org/c/flashrom/+/52569 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
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,