[efi] Rename efi_blacklist to efi_veto

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2020-11-07 11:25:00 -05:00
parent 580d9b00da
commit 0e26220902
5 changed files with 61 additions and 62 deletions

View File

@@ -27,7 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/efi/efi_snp.h>
#include <ipxe/efi/efi_autoboot.h>
#include <ipxe/efi/efi_watchdog.h>
#include <ipxe/efi/efi_blacklist.h>
#include <ipxe/efi/efi_veto.h>
/**
* EFI entry point
@@ -79,8 +79,8 @@ EFI_STATUS EFIAPI _efi_start ( EFI_HANDLE image_handle,
*/
static int efi_probe ( struct root_device *rootdev __unused ) {
/* Unloaded any blacklisted drivers */
efi_unload_blacklist();
/* Unloaded any vetoed drivers */
efi_veto_unload();
/* Connect our drivers */
return efi_driver_connect_all();