mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_loader: set UEFI specification version to 2.10
Claim to implement UEFI 2.10 setting EFI_SPECIFICATION_VERSION accordingly. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
3ec07c99d8
commit
eff6b7157c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <pe.h>
|
||||
|
||||
/* UEFI spec version 2.9 */
|
||||
#define EFI_SPECIFICATION_VERSION (2 << 16 | 90)
|
||||
#define EFI_SPECIFICATION_VERSION (2 << 16 | 100)
|
||||
|
||||
/* Types and defines for EFI CreateEvent */
|
||||
enum efi_timer_delay {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue