]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: consistently use efi_handle_t for handles
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jan 2018 07:16:09 +0000 (08:16 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commitc1fd6385e4eac8ecb515029aa587b3bff77de301
tree04dd2e7356cef80a8a2744bbac79d451cb4ed924
parent8ebb306c3f273eaac22d1505f2260695cb5c7752
efi_loader: consistently use efi_handle_t for handles

We should consistently use the efi_handle_t typedef when
referring to handles.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_console.c