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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
index eb96a5c0..5ef60500 100644
--- a/firmware/lib/vboot_kernel.c
+++ b/firmware/lib/vboot_kernel.c
@@ -465,11 +465,8 @@ vb2_error_t LoadKernel(struct vb2_context *ctx,
uint32_t lowest_version = LOWEST_TPM_VERSION;
vb2_error_t rv;
- /* Clear output params in case we fail */
+ /* Clear output params */
params->partition_number = 0;
- params->bootloader_address = 0;
- params->bootloader_size = 0;
- params->flags = 0;
/* Read GPT data */
GptData gpt;