mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
efi_loader: document parameters of do_bootefi_exec()
Add the missing description of the load_options parameter. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
d584648dad
commit
72e1fcacff
1 changed files with 4 additions and 0 deletions
|
@ -304,7 +304,11 @@ efi_status_t efi_install_fdt(void *fdt)
|
|||
/**
|
||||
* do_bootefi_exec() - execute EFI binary
|
||||
*
|
||||
* The image indicated by @handle is started. When it returns the allocated
|
||||
* memory for the @load_options is freed.
|
||||
*
|
||||
* @handle: handle of loaded image
|
||||
* @load_options: load options
|
||||
* Return: status code
|
||||
*
|
||||
* Load the EFI binary into a newly assigned memory unwinding the relocation
|
||||
|
|
Loading…
Reference in a new issue