summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_kernel.h')
-rw-r--r--firmware/lib/include/vboot_kernel.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/lib/include/vboot_kernel.h b/firmware/lib/include/vboot_kernel.h
index 5337d0ad..4754f6d8 100644
--- a/firmware/lib/include/vboot_kernel.h
+++ b/firmware/lib/include/vboot_kernel.h
@@ -84,17 +84,6 @@ vb2_error_t VbBootRecoveryMenu(struct vb2_context *ctx);
void vb2_init_ui(void);
/**
- * Locks secdata_kernel.
- *
- * Should be used right before attempting to leave vboot (by booting
- * an OS or chainloading to another firmware).
- *
- * @param ctx Vboot context
- * @returns VB2_SUCCESS, or non-zero error code.
- */
-vb2_error_t vb2_secdata_kernel_lock(struct vb2_context *ctx);
-
-/**
* Writes modified secdata spaces and nvdata.
*
* This is a temporary wrapper around vb2ex_commit_data, until secdata-writing