diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-03 12:43:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-03 12:43:24 -0400 |
commit | 6cdd4b8108f57252b8849e71aa46e3a2d227c98d (patch) | |
tree | 7a1d67347f0fad4eef0a0c95f35dedd866e714aa /include/dm/device.h | |
parent | 8b572a387ea907452b4269f9ec9f8321229bd8ec (diff) | |
parent | cd87d2c61ce8e8e963de514f2c8ab0f959d6b586 (diff) |
Merge tag 'efi-2023-10-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-10-rc2-2
Documentation:
* Move README.falcon to HTML
* Describe usage of QEMU virtio block device
* Add SPDX license identifiers to svg images
* Add more detail to the description of U-Boot boot phases
UEFI:
* Fix buffer overflows
* Fix memory leak in efi_add_memory_map_pg
* Properly check return values of calloc, uuid_str_to_bin,
efi_parse_pkcs7_header
Diffstat (limited to 'include/dm/device.h')
-rw-r--r-- | include/dm/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h index b86bf90609..e54cb6bca4 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -367,7 +367,7 @@ struct udevice_id { * @ops: Driver-specific operations. This is typically a list of function * pointers defined by the driver, to implement driver functions required by * the uclass. - * @flags: driver flags - see `DM_FLAGS_...` + * @flags: driver flags - see `DM_FLAG_...` * @acpi_ops: Advanced Configuration and Power Interface (ACPI) operations, * allowing the device to add things to the ACPI tables passed to Linux */ |