Attention is currently required from: Michał Żygowski. Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/55713 )
Change subject: flashrom.c: Add 64KB write granularity ......................................................................
Patch Set 1: Code-Review+1
(3 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/55713/comment/c66cc63a_38120c79 PS1, Line 7: KB Strictly speaking, this should be `KiB`. (64 KB = 64 * 1000 bytes, 64 KiB = 64 * 1024 bytes)
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/55713/comment/b50b4a1a_367fcead PS1, Line 506: 1024 * 64 nit: I'd use `64 * 1024` to be in line with `64 kilobytes`.
https://review.coreboot.org/c/flashrom/+/55713/comment/f5850c81_2544d0f6 PS1, Line 578: 1024 * 64 Same here