summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 03:33:21 +0300
committerTom Rini <trini@konsulko.com>2021-09-13 03:33:21 +0300
commit56a85b831ffe30425645172395c4704caba38bf9 (patch)
tree74b365ee38f3387960d6ba8d15ea855271e8200c /include
parent78528b3e7ee70c798cb25cac8d1450582fe8606f (diff)
parentaec7c0925c8e9dc8b1475f3dfec6b54573a8ab17 (diff)
downloadu-boot-56a85b831ffe30425645172395c4704caba38bf9.tar.xz
Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-10-rc4-2 Documentation: * improve documentation of U-Boot for /config DT node * integrate bloblist documentation UEFI: * correct usage of EFI_CALL() * code tidy up
Diffstat (limited to 'include')
-rw-r--r--include/efi_tcg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h
index c99384fb00..5a1a36212e 100644
--- a/include/efi_tcg2.h
+++ b/include/efi_tcg2.h
@@ -130,7 +130,7 @@ struct efi_tcg2_boot_service_capability {
};
/* up to and including the vendor ID (manufacturer_id) field */
-#define boot_service_capability_min \
+#define BOOT_SERVICE_CAPABILITY_MIN \
offsetof(struct efi_tcg2_boot_service_capability, number_of_pcr_banks)
#define TCG_EFI_SPEC_ID_EVENT_SIGNATURE_03 "Spec ID Event03"