]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit38c65bcb9ff99bbf40aa19ca4a00b8dce752a187
treeac9d9d5043598ad38d9e4e17c420b561f30f63bb
parent5c8cdbbedc5a082b048c3f1d583b2d0676921a1c
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