Re: [U-Boot] [PATCH 1/1] efi_loader: signature of ExitBootServices()

2019-05-06 Thread Graf, Alexander
On 06.05.19 07:47, Heinrich Schuchardt wrote: Consistently use efi_uintn_t as type of memory keys. Signed-off-by: Heinrich Schuchardt Reviewed-by: Alexander Graf Alex ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 1/1] efi_loader: signature of ExitBootServices()

2019-05-05 Thread Heinrich Schuchardt
Consistently use efi_uintn_t as type of memory keys. Signed-off-by: Heinrich Schuchardt --- include/efi_api.h | 3 ++- lib/efi_loader/efi_boottime.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/efi_api.h b/include/efi_api.h index