-
- Downloads
efi_loader: wrong type in wait_for_event
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> Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- include/efi_api.h 1 addition, 1 deletioninclude/efi_api.h
- lib/efi_loader/efi_boottime.c 1 addition, 1 deletionlib/efi_loader/efi_boottime.c
- lib/efi_selftest/efi_selftest_events.c 1 addition, 1 deletionlib/efi_selftest/efi_selftest_events.c
- lib/efi_selftest/efi_selftest_tpl.c 1 addition, 1 deletionlib/efi_selftest/efi_selftest_tpl.c
Loading
Please register or sign in to comment