From 5c9328cdc8603e7634f3942af02912357e877ef6 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Thu, 19 Mar 2020 14:43:53 +0800 Subject: vboot: remove compression_type constants These are no longer needed after CL:367882. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: I267d20054778a6565dc1ed0687ed0d2afa928463 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2108752 Tested-by: Joel Kitching Commit-Queue: Joel Kitching Reviewed-by: Yu-Ping Wu Reviewed-by: Julius Werner --- firmware/include/vboot_api.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'firmware/include/vboot_api.h') diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h index 3f0e2ef6..7e141348 100644 --- a/firmware/include/vboot_api.h +++ b/firmware/include/vboot_api.h @@ -576,14 +576,6 @@ uint32_t VbExIsShutdownRequested(void); /* Shutdown requested due to a power button being pressed. */ #define VB_SHUTDOWN_REQUEST_POWER_BUTTON 0x00000004 -/* Constants for compression_type */ -enum { - COMPRESS_NONE = 0, - COMPRESS_EFIv1, /* The x86 BIOS only supports this */ - COMPRESS_LZMA1, /* The ARM BIOS supports LZMA1 */ - MAX_COMPRESS, -}; - enum VbAltFwIndex_t { VB_ALTFW_DIAGNOSTIC = -1, VB_ALTFW_DEFAULT = 0, -- cgit v1.2.1