Arthur Heymans has uploaded this change for review.

View Change

[HACK]flashchips: Use spi_chip_write_256 on SST25VF016B

Change-Id: I8000f538a55c10dd55aedd4265c036590f3b96a8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/88/30088/1
diff --git a/flashchips.c b/flashchips.c
index 17cb1b4..dc713ab 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -12912,7 +12912,7 @@
},
.printlock = spi_prettyprint_status_register_sst25vf016,
.unlock = spi_disable_blockprotect,
- .write = spi_aai_write,
+ .write = spi_chip_write_256,
.read = spi_chip_read,
.voltage = {2700, 3600},
},

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I8000f538a55c10dd55aedd4265c036590f3b96a8
Gerrit-Change-Number: 30088
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange