diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-09 11:08:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-09 11:08:39 -0400 |
commit | 7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc (patch) | |
tree | 975875173c54134724ee81a05773d69795c3e924 /include | |
parent | fa6f458c679f55edd11e8e34f209d4a0e01bf7bc (diff) | |
parent | d9d07d751e0f41d009051e8c25e2d5d9cf7ca41c (diff) | |
download | u-boot-7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc.zip u-boot-7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc.tar.gz u-boot-7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc.tar.bz2 |
Merge tag 'efi-2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/09Apr2023
Pull request for efi-2023-07-rc1
Documentation:
* man-page for coninfo command
* documentation style
* switch settings for boot modes on AM62 SK
UEFI:
* avoid using deprecated HandleProtocol()
* set static attribute for non-exported functions and variables
Diffstat (limited to 'include')
-rw-r--r-- | include/efi_loader.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 4b89b98..b395eef9 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -513,9 +513,6 @@ struct efi_register_notify_event { struct list_head handles; }; -/* List of all events registered by RegisterProtocolNotify() */ -extern struct list_head efi_register_notify_events; - /* called at pre-initialization */ int efi_init_early(void); /* Initialize efi execution environment */ |