Re: [U-Boot] [PATCH 03/16] efi: Add error checking for efi_init_obj_list()

2017-12-04 Thread Simon Glass
Hi Heinrich, On 17 September 2017 at 22:33, Heinrich Schuchardt wrote: > > On 09/18/2017 12:59 AM, Simon Glass wrote: > > This function calls a function which can fail. Print a message in this > > case and abort the boot, rather than silently continuing to boot, which > >

Re: [U-Boot] [PATCH 03/16] efi: Add error checking for efi_init_obj_list()

2017-09-17 Thread Heinrich Schuchardt
On 09/18/2017 12:59 AM, Simon Glass wrote: > This function calls a function which can fail. Print a message in this > case and abort the boot, rather than silently continuing to boot, which > will certainly fail. > > Signed-off-by: Simon Glass > --- > > cmd/bootefi.c | 30

[U-Boot] [PATCH 03/16] efi: Add error checking for efi_init_obj_list()

2017-09-17 Thread Simon Glass
This function calls a function which can fail. Print a message in this case and abort the boot, rather than silently continuing to boot, which will certainly fail. Signed-off-by: Simon Glass --- cmd/bootefi.c | 30 -- 1 file changed, 24