diff options
| author | Tom Rini <[email protected]> | 2021-06-29 11:25:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-29 11:25:39 -0400 |
| commit | 605cbcb0a43cef8f987a736d0f5991a9db314562 (patch) | |
| tree | 7f15322b6cf349fda17ea55589f351f6267060e1 /include | |
| parent | 3ef4572110a43acdd7d401b0cb184c6ebd6eaa17 (diff) | |
| parent | 70e80666f26a516096f3787e884d42818d8b4087 (diff) | |
Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-07-rc5-2
Documentation:
* man-page for askenv
bug fixes
* correct display of BootOrder in efidebug command
* do not allow TPL_HIGH_LEVEL for CreateEvent(Ex)
* correct handling of unknown properties in SMBIOS tables
Diffstat (limited to 'include')
| -rw-r--r-- | include/smbios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smbios.h b/include/smbios.h index ffeefb47372..fc49fc10b9d 100644 --- a/include/smbios.h +++ b/include/smbios.h @@ -60,7 +60,7 @@ struct __packed smbios_entry { #define BIOS_CHARACTERISTICS_SELECTABLE_BOOT (1 << 16) #define BIOS_CHARACTERISTICS_EXT1_ACPI (1 << 0) -#define BIOS_CHARACTERISTICS_EXT1_UEFI (1 << 3) +#define BIOS_CHARACTERISTICS_EXT2_UEFI (1 << 3) #define BIOS_CHARACTERISTICS_EXT2_TARGET (1 << 2) struct __packed smbios_type0 { |
