Attention is currently required from: Angel Pons. Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/55713 )
Change subject: flashrom.c: Add 64KiB write granularity ......................................................................
Patch Set 2:
(3 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/55713/comment/a881a8fc_07129b99 PS1, Line 7: KB
Strictly speaking, this should be `KiB`. […]
Done
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/55713/comment/215a8093_cb22952d PS1, Line 506: 1024 * 64
nit: I'd use `64 * 1024` to be in line with `64 kilobytes`.
Done
https://review.coreboot.org/c/flashrom/+/55713/comment/1e2b8fdc_fc61c319 PS1, Line 578: 1024 * 64
Same here
Done