summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efiprefix.c
diff options
context:
space:
mode:
authorMichael Brown2020-11-07 17:25:00 +0100
committerMichael Brown2020-11-08 00:30:56 +0100
commit0e26220902592fb3066d2043dec212d957215b79 (patch)
treeb9c33ebe4167a071f90b44310014df3d70353b91 /src/interface/efi/efiprefix.c
parent[realtek] Update driver to use DMA API (diff)
downloadipxe-0e26220902592fb3066d2043dec212d957215b79.tar.gz
ipxe-0e26220902592fb3066d2043dec212d957215b79.tar.xz
ipxe-0e26220902592fb3066d2043dec212d957215b79.zip
[efi] Rename efi_blacklist to efi_veto
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efiprefix.c')
-rw-r--r--src/interface/efi/efiprefix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface/efi/efiprefix.c b/src/interface/efi/efiprefix.c
index 2c5a5b31..14f36661 100644
--- a/src/interface/efi/efiprefix.c
+++ b/src/interface/efi/efiprefix.c
@@ -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();