summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb_flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bdb/bdb_flag.h')
-rw-r--r--firmware/bdb/bdb_flag.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/firmware/bdb/bdb_flag.h b/firmware/bdb/bdb_flag.h
deleted file mode 100644
index a7bd8574..00000000
--- a/firmware/bdb/bdb_flag.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
-#define VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
-
-/* Indicate whether BDB key is verified */
-#define VBA_CONTEXT_FLAG_BDB_KEY_EFUSED (1 << 0)
-
-/* Indicate whether kernel data key is verified */
-#define VBA_CONTEXT_FLAG_KERNEL_DATA_KEY_VERIFIED (1 << 1)
-
-#endif