commit | c974ab0ecb1c47678219395d053d385b7f5b61f0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 17 20:46:29 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 22:26:19 2019 +0000 |
tree | 5c8782293088f2a0ca3c3fc11895e9f600c0d09e | |
parent | 3b435c1193fe6da3649fc041e99acd45e43fdada [diff] |
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>