tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name

BUG=b:124141368
TEST=make clean && make test-abuild
BRANCH=none

Change-Id: I2e04c16e309d765353f152203a44e90d997394d1
Signed-off-by: Joel Kitching <kitching@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34742
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Joel Kitching 2019-08-06 17:42:45 +08:00 committed by Martin Roth
parent 564720f2c8
commit 2c469ad79c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <security/vboot/symbols.h>
#include <cbmem.h>
#include <bootstate.h>
#include <vb2_sha.h>
static struct tcpa_table *tcpa_cbmem_init(void)
{