summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-13 08:18:17 -0400
committerTom Rini <[email protected]>2022-03-13 08:18:17 -0400
commitc96137000e4cf486dcb164fd67a1a0b5b2fb99c6 (patch)
treedfed25da9d99b9fd2cfb5d64f4553d88cad6cf27 /include
parent6d35c24892c9d2f3eb03bee57c77cc9a3560c134 (diff)
parent66028930dac08f7116b5e3cdba35c3e65676c0cd (diff)
Merge tag 'efi-2022-04-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc3-2 Documentation: * Fix description for SiFive Unmatched * Add libgnutls28-dev to build dependencies UEFI * Avoid possibly invalid GUID pointers for protocol interfaces Other * Serial console support for cls command
Diffstat (limited to 'include')
-rw-r--r--include/efi_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h
index e390d323a98..110d8ae79cc 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -342,7 +342,7 @@ struct efi_open_protocol_info_item {
*/
struct efi_handler {
struct list_head link;
- const efi_guid_t *guid;
+ const efi_guid_t guid;
void *protocol_interface;
struct list_head open_infos;
};