aboutsummaryrefslogtreecommitdiff
path: root/src/security/vboot/misc.h
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-12-09 12:09:54 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-10 11:20:21 +0000
commit9e052c2b6c4a30771ff282286bec5d78d4422c72 (patch)
tree2a23c9a065439ea6f791acc7e6246629ec93473f /src/security/vboot/misc.h
parent18aa6fe26123c5fa4bc5439e4eb237b1cc5d86e4 (diff)
vboot: remove old vboot_fill_handoff function header
This function was removed in CB:33535. BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: Ifded75319c92dcbb4befbb3fbecc1cd2df8a9ad0 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37588 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/security/vboot/misc.h')
-rw-r--r--src/security/vboot/misc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h
index d03e76eea7..1fda8b42b2 100644
--- a/src/security/vboot/misc.h
+++ b/src/security/vboot/misc.h
@@ -53,11 +53,6 @@ int vboot_locate_firmware(const struct vb2_context *ctx,
struct region_device *fw);
/*
- * Source: security/vboot/vboot_handoff.c
- */
-void vboot_fill_handoff(void);
-
-/*
* Source: security/vboot/bootmode.c
*/
void vboot_save_recovery_reason_vbnv(void);