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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/lib/include/vboot_kernel.h b/firmware/lib/include/vboot_kernel.h
index b6a2a858..1c9dafcb 100644
--- a/firmware/lib/include/vboot_kernel.h
+++ b/firmware/lib/include/vboot_kernel.h
@@ -77,14 +77,4 @@ VbError_t VbBootDeveloper(struct vb2_context *ctx, VbCommonParams *cparams,
VbError_t VbBootRecovery(struct vb2_context *ctx, VbCommonParams *cparams,
LoadKernelParams *p);
-/**
- * Sync EC device <devidx> firmware to expected version.
- *
- * @param ctx Vboot context
- * @param devidx EC device index to sync
- * @param cparams Common vboot params
- */
-VbError_t VbEcSoftwareSync(struct vb2_context *ctx, int devidx,
- VbCommonParams *cparams);
-
#endif /* VBOOT_REFERENCE_VBOOT_KERNEL_H_ */