Attention is currently required from: Felix Singer.
Hello build bot (Jenkins), Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66870
to look at the new patch set (#13).
Change subject: internal.c: Retype appropriate variables with bool ......................................................................
internal.c: Retype appropriate variables with bool
Use the bool type instead of an integer for the variables `force_laptop`, `not_a_laptop`, `force_boardenable` and `force_boardmismatch` since this represents their purpose much better.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I159d789112d7a778744b59b45133df3928b8445e --- M include/programmer.h M internal.c 2 files changed, 30 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/70/66870/13