Good day! I applied your most recent KB9012 flashrom patch to the latest flashrom copy, and tried to compile it for testing with my KB9012 chip. However, I have encountered the following error:
flashchips.c:3209:19: error: 'FEATURE_ERASED_ZERO' undeclared here (not in a function)
.feature_bits = FEATURE_ERASED_ZERO,
^
make: *** [flashchips.o] Error 1
FEATURE_ERASED_ZERO is not declared anywhere, neither in latest flashrom revisions, nor in older flashrom revisions. Dont know why nobody noticed this problem before me...
Then, I thought it could be a good idea to replace this undeclared value with zero: