Attention is currently required from: Felix Singer.
Hello build bot (Jenkins), Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66885
to look at the new patch set (#13).
Change subject: tree: Retype variable `programmer_may_write` with bool ......................................................................
tree: Retype variable `programmer_may_write` with bool
Use the bool type instead of an integer for the variable `programmer_may_write`, since this represents its purpose much better.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I69958527ae018a92f1c42734a7990d0c532dee0c --- M chipset_enable.c M flashrom.c M gfxnvidia.c M include/programmer.h M sb600spi.c 5 files changed, 22 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/66885/13