Attention is currently required from: Simon Buhrow, Nico Huber, Thomas Heijligen, Aarya.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/66104 )
Change subject: flashrom.c: Add wrapper function to use the erase algorithm ......................................................................
Patch Set 66:
(1 comment)
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/66104/comment/129cd9db_46c05222 PS66, Line 1204: msg_cerr("Write failed at %#lx, Abort.\n", i); I got an error on this line when building for arm board (ignore the line number):
../flashrom-9999/flashrom.c:1650:47: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] msg_cerr("Write failed at %#lx, Abort.\n", i); ~~~~ ^ %#zx
The suggestion from the error message `%#zx` worked, now everything builds. If it's useful: cross-built for target arm, armv7a machine clang 15.0 on Chromium OS