Hello Aaron Durbin, Philipp Deppenwiese, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32532
to look at the new patch set (#3).
Change subject: security/vboot/vboot_crtm.h: Remove ENV_ conditions for vboot_measure_cbfs_hook() ......................................................................
security/vboot/vboot_crtm.h: Remove ENV_ conditions for vboot_measure_cbfs_hook()
vboot_measure_cbfs_hook() is included when CONFIG_VBOOT_MEASURED_BOOT is enabled, but this function is defined as 0 in vboot_crtm.h using ENV_
Remove ENV_ for vboot_measure_cbfs_hook() function definition.
BUG=NA TEST=Build Google Banon and Google Cyan
Change-Id: Ic62c18db09c119dfb85340a6b7f36bfd148aaa45 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/security/vboot/vboot_crtm.h 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/32532/3