
9 Oct
2017
9 Oct
'17
6:43 a.m.
On 5 October 2017 at 08:35, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The UEFI spec defines parameter index of WaitForEvent as UINTN*. So we should use size_t here.
I deliberately do not use UINTN because I hold a following patch that will eliminate UINTN because uppercase types to not match the U-Boot coding style.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 no change
include/efi_api.h | 2 +- lib/efi_loader/efi_boottime.c | 2 +- lib/efi_selftest/efi_selftest_events.c | 2 +- lib/efi_selftest/efi_selftest_tpl.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org