]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: ListPackageLists() return EFI_NOT_FOUND
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 17 Jun 2019 18:46:29 +0000 (20:46 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 22:26:19 +0000 (22:26 +0000)
commit2f62933bf2316c2a25033eb07515e4a7b1e47ee0
tree5c8782293088f2a0ca3c3fc11895e9f600c0d09e
parent4d65ffeab55f59091ede687bc61816b4bdb86a9c
efi_loader: ListPackageLists() return EFI_NOT_FOUND

If no matching package list is found in ListPackageLists(), return
EFI_NOT_FOUND.

If we do not support a package type, we will not find a matching package
list. Remove the unreachable EFI_PRINTF() statements.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_hii.c