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)
commitc974ab0ecb1c47678219395d053d385b7f5b61f0
tree5c8782293088f2a0ca3c3fc11895e9f600c0d09e
parent3b435c1193fe6da3649fc041e99acd45e43fdada
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