summaryrefslogtreecommitdiff
path: root/src/security/vboot/gbb.h
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-04-25 19:11:13 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-05-06 12:40:31 +0000
commit1a6b5c23a1f5892c7a461d6a6ef547e2abe524f4 (patch)
tree61005ba692b22e217f2b42946c741e83415b4cf5 /src/security/vboot/gbb.h
parent45b824d69433a630147dd690f6b5993bc2d4bb76 (diff)
downloadcoreboot-1a6b5c23a1f5892c7a461d6a6ef547e2abe524f4.tar.xz
vboot: remove use of GoogleBinaryBlockHeader
Remove use of deprecated GoogleBinaryBlockHeader struct, and replace with vb2_gbb_header. BUG=b:124141368, chromium:954774 TEST=make clean && make test-abuild BRANCH=none Change-Id: Iee3bd877cb1791a689efdeabda324f43f7d0c6f2 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32455 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/security/vboot/gbb.h')
-rw-r--r--src/security/vboot/gbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/gbb.h b/src/security/vboot/gbb.h
index 550548d613..389242a3a2 100644
--- a/src/security/vboot/gbb.h
+++ b/src/security/vboot/gbb.h
@@ -18,7 +18,7 @@
#include <stdint.h>
-/* In order to use GBB_FLAG_* macros from vboot, include gbb_header.h. */
+/* In order to use VB2_GBB_FLAG_* macros from vboot, include vb2_api.h. */
/*
* Read flags field from GBB header.