[U-Boot] [PATCH v2 04/17] efi_loader: wrong type in wait_for_event

Simon Glass sjg at chromium.org
Mon Oct 9 04:43:50 UTC 2017


On 5 October 2017 at 08:35, Heinrich Schuchardt <xypron.glpk at 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 at 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 at chromium.org>


More information about the U-Boot mailing list