Attention is currently required from: Raul Rangel, Jack Rosenthal, Julius Werner, Yu-Ping Wu.
Hello Raul Rangel, Jack Rosenthal, Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72716
to look at the new patch set (#3).
Change subject: security/vboot: Don't build with flashrom support ......................................................................
security/vboot: Don't build with flashrom support
We don't need flashrom support just for vboot payloads. This is mostly harmless, especially if libflashrom is not present (the autodetection in vboot_reference just spits out a pkg-config error but doesn't actually fail the build), but it's better to be clear we don't need it.
BUG=b:172225709 TEST=build
Change-Id: I53bcc2d1e7666646ddad58ba3717cfdd321014e8 Signed-off-by: Brian Norris briannorris@chromium.org --- M src/security/vboot/Makefile.inc 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/72716/3