[U-Boot] [PATCH v2 08/11] efi_loader: do_bootefi_exec should always return an EFI status code
Simon Glass
sjg at chromium.org
Fri Mar 23 14:30:13 UTC 2018
On 15 February 2018 at 00:31, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> The return type of do_bootefi_exec() is efi_status_t. So in case
> of an error we should always return an EFI status code.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
> no change, patch resent
> ---
> cmd/bootefi.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list