Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/30088
Change subject: [HACK]flashchips: Use spi_chip_write_256 on SST25VF016B ......................................................................
[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}, },