mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
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>
This commit is contained in:
parent
47aff8c2f1
commit
d409139554
@ -8819,7 +8819,7 @@ const struct flashchip flashchips[] = {
|
|||||||
.model_id = MACRONIX_MX25L3205,
|
.model_id = MACRONIX_MX25L3205,
|
||||||
.total_size = 4096,
|
.total_size = 4096,
|
||||||
.page_size = 256,
|
.page_size = 256,
|
||||||
/* OTP: 64B total; enter 0xB1, exit 0xC1 */
|
/* OTP: 512B total; enter 0xB1, exit 0xC1 */
|
||||||
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
|
||||||
.tested = TEST_OK_PREW,
|
.tested = TEST_OK_PREW,
|
||||||
.probe = probe_spi_rdid,
|
.probe = probe_spi_rdid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user