Re: [U-Boot] [PATCH v2 02/16] efi: Move the init check inside efi_init_obj_list()

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: Rather than having the caller check this variable and the callee set it, move all access to the variable inside the function. This reduces the logic needed to call efi_init_obj_list(). Signed-off-by: Simon Glass Reviewed: Heinrich

[U-Boot] [PATCH v2 02/16] efi: Move the init check inside efi_init_obj_list()

2017-12-04 Thread Simon Glass
Rather than having the caller check this variable and the callee set it, move all access to the variable inside the function. This reduces the logic needed to call efi_init_obj_list(). Signed-off-by: Simon Glass Reviewed: Heinrich Schuchardt --- Changes