On 22 October 2017 at 06:45, Heinrich Schuchardt <xypron.g...@gmx.de> wrote:
> UINTN is used in the UEFI specification for unsigned integers
> matching the bitness of the CPU.
>
> Types in U-Boot should be lower case. The patch replaces it
> by efi_uintn_t.
>
> Suggested-by: Simon Glass <s...@chromium.org>
> Suggested-by: Rob Clark <robdcl...@gmail.com>
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> ---
>  include/efi_api.h                   |  8 ++++----
>  include/efi_loader.h                |  4 ++--
>  lib/efi_loader/efi_boottime.c       | 12 ++++++------
>  lib/efi_selftest/efi_selftest_tpl.c |  2 +-
>  4 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to