From 9e052c2b6c4a30771ff282286bec5d78d4422c72 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Mon, 9 Dec 2019 12:09:54 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37588 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Julius Werner --- src/security/vboot/misc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/security/vboot/misc.h') 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 @@ -52,11 +52,6 @@ static inline bool vboot_is_gbb_flag_set(enum vb2_gbb_flag flag) 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 */ -- cgit v1.2.3