| Index: firmware/lib/vboot_kernel.c
|
| diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
|
| index 302a7f6665c6a97c679f1416d90dc219a3e4ced8..cfdd9b4c0b891b957f0bd21819a8908ccf59de4b 100644
|
| --- a/firmware/lib/vboot_kernel.c
|
| +++ b/firmware/lib/vboot_kernel.c
|
| @@ -651,9 +651,6 @@ int LoadKernel(LoadKernelParams* params) {
|
|
|
| LoadKernelExit:
|
|
|
| - /* Save whether the good partition's key block was fully verified */
|
| - VbNvSet(vnc, VBNV_FW_VERIFIED_KERNEL_KEY, good_partition_key_block_valid);
|
| -
|
| /* Store recovery request, if any, then tear down non-volatile storage */
|
| VbNvSet(vnc, VBNV_RECOVERY_REQUEST, LOAD_KERNEL_RECOVERY == retval ?
|
| recovery : VBNV_RECOVERY_NOT_REQUESTED);
|
|
|