]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_stub: Use efi_uintn_t
authorAlexander Graf <agraf@suse.de>
Mon, 4 Dec 2017 15:33:51 +0000 (16:33 +0100)
committerAlexander Graf <agraf@suse.de>
Tue, 5 Dec 2017 21:56:17 +0000 (22:56 +0100)
commitbb0bb91cf0aa2c13528fe39be2006f32f7b9c437
tree39605e0a760483d05cc40229b76d9f27b2c0540d
parent3bb74f9800cdc4cf10a87f2725242c2565256654
efi_stub: Use efi_uintn_t

Commit f5a2a93892f ("efi_loader: consistently use efi_uintn_t in boot
services") changed the internal EFI API header without adapting its existing
EFI stub users. Let's adapt the EFI stub as well.

Fixes: f5a2a93892f ("efi_loader: consistently use efi_uintn_t in boot services")
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi/efi_stub.c