Attention is currently required from: Edward O'Callaghan, Angel Pons, Nikolai Artemiev.
Hello build bot (Jenkins), Edward O'Callaghan, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/70030
to look at the new patch set (#2).
Change subject: tree/: Make probe_opcode() flashctx argument const ......................................................................
tree/: Make probe_opcode() flashctx argument const
Probing an opcode generally shouldn't involve mutating the flashctx state and currently no probe_opcode functions do that.
Make the flashctx arg const so that call sites don't need to have a non-const pointer.
BUG=b:253715389,b:253713774 BRANCH=none TEST=ninja test
Change-Id: I19e98be50d682de2d2715417f8b7b8c62b871617 Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M dummyflasher.c M ichspi.c M include/programmer.h M spi.c 4 files changed, 26 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/30/70030/2