diff options
| author | Tom Rini <[email protected]> | 2025-09-01 07:50:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-01 07:51:04 -0600 |
| commit | 5e711fe26b6f051151f1ef665a4587faa9056319 (patch) | |
| tree | 52602a25ec1879bb3df0a761680e17c7727bc6c2 /drivers | |
| parent | e4c8b32d03d7ecffd586b7d33336603ad639d7c0 (diff) | |
| parent | d20b8792c5228a8d9f20943660d61ea5b2c60232 (diff) | |
Merge tag 'efi-2025-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc4.
CI:
* https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27527
Documentation:
* Rephrasing and text corrections for buildman
UEFI:
* Serial: Use correct EFI status type
* Let EFI_HTTP_BOOT select CMD_DHCP
* Let EFI_VARIABLES_PRESEED depend on !COMPILE_TEST
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/serial_efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_efi.c b/drivers/serial/serial_efi.c index 5733eaaf9d4..d3cd4de34a2 100644 --- a/drivers/serial/serial_efi.c +++ b/drivers/serial/serial_efi.c @@ -33,7 +33,7 @@ int serial_efi_setbrg(struct udevice *dev, int baudrate) static int serial_efi_get_key(struct serial_efi_priv *priv) { - int ret; + efi_status_t ret; if (priv->have_key) return 0; |
