
6 Nov
2017
6 Nov
'17
6:02 p.m.
On 22 October 2017 at 06:45, Heinrich Schuchardt xypron.glpk@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 sjg@chromium.org Suggested-by: Rob Clark robdclark@gmail.com Signed-off-by: Heinrich Schuchardt xypron.glpk@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 sjg@chromium.org