mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_loader: typo 'devide path'
Fix a typo in helloworld.efi. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
0809cd5f93
commit
d084f20233
1 changed files with 1 additions and 1 deletions
|
@ -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: ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue