src/security: Drop unneeded empty lines
Change-Id: Icb6057ac73fcc038981ef95a648420ac00b3c106 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44808 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
4b7f3151a8
commit
f91bcb310b
11 changed files with 0 additions and 14 deletions
|
|
@ -87,5 +87,4 @@ static inline int vboot_logic_executed(void)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#endif /* __VBOOT_MISC_H__ */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
|
||||
#include <security/tpm/tspi.h>
|
||||
#include <vb2_api.h>
|
||||
#include <security/vboot/tpm_common.h>
|
||||
|
|
|
|||
|
|
@ -207,7 +207,6 @@ static vb2_error_t hash_body(struct vb2_context *ctx,
|
|||
return VB2_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
static uint32_t extend_pcrs(struct vb2_context *ctx)
|
||||
{
|
||||
return vboot_extend_pcr(ctx, 0, BOOT_MODE_PCR) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue