Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/47166 )
Change subject: flaschips.c: Fix building with CONFIG_DUMMY=no ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/flashrom/+/47166/1/flashchips.c File flashchips.c:
https://review.coreboot.org/c/flashrom/+/47166/1/flashchips.c@19086 PS1, Line 19086: int probe_variable_size(struct flashctx *flash) { return 0; }; declaration is in chipdrivers.h, maybe place this definition there as static inline?