summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2020-03-19 14:43:53 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-23 05:14:29 +0000
commit5c9328cdc8603e7634f3942af02912357e877ef6 (patch)
tree778cac187ac39fcf60cdb276e98491c20f6d3979 /firmware/include/vboot_api.h
parent6b45ce1ff68f8ddde2a9ae21ccc6599b3d804a2b (diff)
downloadvboot-5c9328cdc8603e7634f3942af02912357e877ef6.tar.gz
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 <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2108752 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'firmware/include/vboot_api.h')
-rw-r--r--firmware/include/vboot_api.h8
1 files changed, 0 insertions, 8 deletions
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,