Attention is currently required from: Edward O'Callaghan, Nikolai Artemiev. Nikolai Artemiev has uploaded a new patch set (#3) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/flashrom/+/47166 )
Change subject: flaschips.c: Fix building with CONFIG_DUMMY=no ......................................................................
flaschips.c: Fix building with CONFIG_DUMMY=no
With CONFIG_DUMMY=yes dummuflasher.c is not linked in so there is no definition of probe_variable_size.
BUG=none BRANCH=none TEST=CONFIG_DUMMY=0 make && CONFIG_DUMMY=1 make
Change-Id: Ib9bae93fadc55cf133e837e63419da104a6298be Signed-off-by: Arthur Heymans arthur@aheymans.xyz Signed-off-by: Nikolai Artemiev nartemiev@google.com Co-authored-by: Nikolai Artemiev nartemiev@google.com --- M include/chipdrivers.h 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/66/47166/3