]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/bootefi.c
efi_loader: consistently use efi_status_t in bootefi
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:08 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commit3eb0841be730b0ca38f37ee9d17b252e0a73c19b
treed0ce3b6d65cfbcadce9d44eeafdeac3324836a78
parentcd9e18dee0d148a326aafcc075b0b9d247ffdaa2
efi_loader: consistently use efi_status_t in bootefi

Where ulong or unsigned long are used to hold an EFI status
code we should consistenly use efi_status_t.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c