mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
efi: Correct ECPT table GUID
Refer to UEFI specification 2.10:
#define EFI_CONFORMANCE_PROFILES_TABLE_GUID \
{ 0x36122546, 0xf7e7, 0x4c8f, \
{ 0xbd, 0x9b, 0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b }}
Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
Fixes: 6b92c17352
("efi: Create ECPT table")
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
cdf6953290
commit
9c6c7e30aa
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ enum efi_reset_type {
|
|||
0x71, 0x94, 0x19, 0x9a, 0xd9, 0x2a)
|
||||
|
||||
#define EFI_CONFORMANCE_PROFILES_TABLE_GUID \
|
||||
EFI_GUID(0x36122546, 0xf7ef, 0x4c8f, 0xbd, 0x9b, \
|
||||
EFI_GUID(0x36122546, 0xf7e7, 0x4c8f, 0xbd, 0x9b, \
|
||||
0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b)
|
||||
|
||||
#define EFI_CONFORMANCE_PROFILES_TABLE_VERSION 1
|
||||
|
|
Loading…
Add table
Reference in a new issue