Re: [U-Boot] [PATCH 6/9] efi_loader: replace UINTN by efi_uintn_t

2017-11-06 Thread Simon Glass
On 22 October 2017 at 06:45, Heinrich Schuchardt 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 > Suggested-by: Rob Clark > S

[U-Boot] [PATCH 6/9] efi_loader: replace UINTN by efi_uintn_t

2017-10-22 Thread Heinrich Schuchardt
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 Suggested-by: Rob Clark Signed-off-by: Heinrich Schuchardt --- include/efi_api.h