projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0809cd5
)
efi_loader: typo 'devide path'
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:34:33 +0000
(06:34 +0000)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:34:33 +0000
(06:34 +0000)
Fix a typo in helloworld.efi.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/helloworld.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/helloworld.c
b/lib/efi_loader/helloworld.c
index 5c8b7a96f9b713d745a44b8ca7b2d0a1f9498cb4..3f215e2a46e8e76e1165137b4cfe180332d76bc2 100644
(file)
--- 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 devi
d
e path for device handle\r\n");
+ (con_out, L"Missing devi
c
e path for device handle\r\n");
goto out;
}
con_out->output_string(con_out, L"Boot device: ");