Clean up code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8975 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -40,9 +40,6 @@ UINT16 *mBootNext = NULL;
|
||||
|
||||
EFI_HANDLE mBdsImageHandle;
|
||||
|
||||
extern EFI_STATUS BdsMemoryTest (EXTENDMEM_COVERAGE_LEVEL Level);
|
||||
extern EFI_STATUS ProcessCapsules (EFI_BOOT_MODE BootMode);
|
||||
|
||||
/**
|
||||
|
||||
Install Boot Device Selection Protocol
|
||||
@@ -350,7 +347,7 @@ BdsEntry (
|
||||
//
|
||||
// Setup some platform policy here
|
||||
//
|
||||
PlatformBdsPolicyBehavior (&DriverOptionList, &BootOptionList, ProcessCapsules, BdsMemoryTest);
|
||||
PlatformBdsPolicyBehavior (&DriverOptionList, &BootOptionList, BdsProcessCapsules, BdsMemoryTest);
|
||||
PERF_END (NULL, "PlatformBds", "BDS", 0);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user