summaryrefslogtreecommitdiff
path: root/lib/efi_loader/helloworld.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-31 13:05:57 -0400
committerTom Rini <trini@konsulko.com>2021-03-31 13:05:57 -0400
commit43d3de544d123b9609b637e614c8e2872f1153fc (patch)
tree66ee7181f975b4e7821047b4d682465d0d369f95 /lib/efi_loader/helloworld.c
parent1ba21bb06b08d2f5d62afac29549ade8616929ce (diff)
parentd084f20233b1ca1fe1330e1aedb614b2a0c59abf (diff)
Merge tag 'efi-2021-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-04-rc6 Bug fix: Fix ConvertDeviceNodeToText() for Uart()
Diffstat (limited to 'lib/efi_loader/helloworld.c')
-rw-r--r--lib/efi_loader/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
index 5c8b7a96f9b..3f215e2a46e 100644
--- a/lib/efi_loader/helloworld.c
+++ b/lib/efi_loader/helloworld.c
@@ -181,7 +181,7 @@ efi_status_t EFIAPI efi_main(efi_handle_t handle,
(void **)&device_path);
if (ret != EFI_SUCCESS) {
con_out->output_string
- (con_out, L"Missing devide path for device handle\r\n");
+ (con_out, L"Missing device path for device handle\r\n");
goto out;
}
con_out->output_string(con_out, L"Boot device: ");