
16 Jan
2018
16 Jan
'18
3:56 p.m.
On 10 January 2018 at 23:16, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
We should consistently use the efi_handle_t typedef when referring to handles.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v3 no change v2 no change
cmd/bootefi.c | 10 ++++----- include/efi_api.h | 20 ++++++++++-------- include/efi_loader.h | 14 +++++++------ lib/efi_loader/efi_boottime.c | 49 +++++++++++++++++++++++-------------------- lib/efi_loader/efi_console.c | 6 +++--- 5 files changed, 53 insertions(+), 46 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org