Re: [U-Boot] [PATCH v2 07/11] efi_loader: efi_get_time_init should return status code

2018-03-23 Thread Simon Glass
On 15 February 2018 at 00:31, Heinrich Schuchardt wrote: > All EFI initialization functions should return a status code. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > new patch > --- > include/efi_loader.h | 2 +- > lib/efi_loader/efi_runtime.c | 3 ++- > 2 files changed, 3

[U-Boot] [PATCH v2 07/11] efi_loader: efi_get_time_init should return status code

2018-02-14 Thread Heinrich Schuchardt
All EFI initialization functions should return a status code. Signed-off-by: Heinrich Schuchardt --- v2 new patch --- include/efi_loader.h | 2 +- lib/efi_loader/efi_runtime.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/efi_loader.h b/include/e