mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
[efi] Rename efi_blacklist to efi_veto
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user