Attention is currently required from: Thomas Heijligen, Edward O'Callaghan.
Hello Felix Singer, build bot (Jenkins), Thomas Heijligen, Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66684
to look at the new patch set (#10).
Change subject: flashrom.c: create is_internal_programmer() helper ......................................................................
flashrom.c: create is_internal_programmer() helper
As suggested by Angel Pons, add the function `is_internal_programmer` to cut down on some pre-processor usage by moving it into the new function.
The function then checks if the internal programmer is the selected one. If the internal programmer is not built in, then it just returns false.
Change-Id: I43243b990192077583a9a3a95d35844923d9c158 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M flashrom.c 1 file changed, 30 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/84/66684/10