diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-26 09:22:45 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-21 16:26:17 +0000 |
commit | f91bcb310bae7478104304bd18c75cdd73a1e229 (patch) | |
tree | 634e3dc37b7abd793dc6ee203f37d64674768655 /src/security/vboot/vboot_logic.c | |
parent | 4b7f3151a860b996bc5d42d3513c302d67f08f47 (diff) | |
download | coreboot-f91bcb310bae7478104304bd18c75cdd73a1e229.tar.xz |
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>
Diffstat (limited to 'src/security/vboot/vboot_logic.c')
-rw-r--r-- | src/security/vboot/vboot_logic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c index c4c3b4bf37..0f18f9a20f 100644 --- a/src/security/vboot/vboot_logic.c +++ b/src/security/vboot/vboot_logic.c @@ -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) || |