summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_kernel.c')
-rw-r--r--firmware/lib/vboot_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
index 9ca14bac..6c30c028 100644
--- a/firmware/lib/vboot_kernel.c
+++ b/firmware/lib/vboot_kernel.c
@@ -560,7 +560,7 @@ vb2_error_t LoadKernel(struct vb2_context *ctx, LoadKernelParams *params)
int keyblock_valid = (shpart->flags &
VBSD_LKP_FLAG_KEYBLOCK_VALID);
if (keyblock_valid) {
- shared->flags |= VBSD_KERNEL_KEY_VERIFIED;
+ sd->flags |= VB2_SD_FLAG_KERNEL_SIGNED;
/* Track lowest version from a valid header. */
if (lowest_version > shpart->combined_version)
lowest_version = shpart->combined_version;