mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 00:53:29 +08:00
efi_loader: type of efi_secure_mode
Variable efi_secure_mode is meant to hold a value of enum efi_secure_mode. So it should not be defined as int but as enum efi_secure_mode. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
b1c272d18b
commit
915f15ac57
@ -27,7 +27,7 @@ enum efi_secure_mode {
|
||||
};
|
||||
|
||||
static bool efi_secure_boot;
|
||||
static int efi_secure_mode;
|
||||
static enum efi_secure_mode efi_secure_mode;
|
||||
static u8 efi_vendor_keys;
|
||||
|
||||
#define READ_ONLY BIT(31)
|
||||
|
Loading…
Reference in New Issue
Block a user