]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: use %zu not %zd to print efi_uintn_t
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Feb 2022 21:21:51 +0000 (22:21 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 5 Feb 2022 19:20:01 +0000 (20:20 +0100)
commit8fdc10d550eaf3ad46a70efa7b4149e86d362f0b
treed4e720850943dbfea802254516479c8aef60fa63
parente969b6c8a88bd5b10642a2ba8782dccdef755fee
efi_loader: use %zu not %zd to print efi_uintn_t

efi_uintnt_t is an unsigned type. We should avoid showing negative numbers.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_boottime.c