summaryrefslogtreecommitdiffstats
path: root/lib/efi_selftest/efi_selftest_events.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-11-06 21:17:48 +0100
committerAlexander Graf <agraf@suse.de>2017-12-01 13:22:56 +0100
commitf5a2a93892ff8a8f066bc9f84eb9f0cf35ba0c67 (patch)
tree7bb87285533f9860b6c1af9993212e85722214ac /lib/efi_selftest/efi_selftest_events.c
parent152cade32643fdbdd73614db4cfb159876b58262 (diff)
downloadu-boot-f5a2a93892ff8a8f066bc9f84eb9f0cf35ba0c67.tar.gz
u-boot-f5a2a93892ff8a8f066bc9f84eb9f0cf35ba0c67.tar.xz
u-boot-f5a2a93892ff8a8f066bc9f84eb9f0cf35ba0c67.zip
efi_loader: consistently use efi_uintn_t in boot services
Consistenly use efi_uintn_t wherever the UEFI spec uses UINTN in boot services interfaces. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_selftest/efi_selftest_events.c')
-rw-r--r--lib/efi_selftest/efi_selftest_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest_events.c b/lib/efi_selftest/efi_selftest_events.c
index 081f31257f..ad9490bd25 100644
--- a/lib/efi_selftest/efi_selftest_events.c
+++ b/lib/efi_selftest/efi_selftest_events.c
@@ -108,7 +108,7 @@ static int teardown(void)
*/
static int execute(void)
{
- size_t index;
+ efi_uintn_t index;
efi_status_t ret;
/* Set 10 ms timer */