efi_loader: eliminate EFI_CALL() in nvedit_efi.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 9 Sep 2021 05:39:40 +0000 (07:39 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Sep 2021 09:02:02 +0000 (11:02 +0200)
commitf4c1a14f96bde3b4437216092fed43acb2b9f933
treeac9d9d5043598ad38d9e4e17c420b561f30f63bb
parent0bf538ce0c6d7cdf68749425e6c9f7b729066367
efi_loader: eliminate EFI_CALL() in nvedit_efi.c

Reduce the code size by avoiding using the external UEFI API and using our
internal functions instead.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/nvedit_efi.c