mirror of https://github.com/acidanthera/audk.git
StatusCode driver is optional dependent on gEfiDataHubProtocolGuid but not always, so remove it from depex section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5140 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
48014aedba
commit
60bb2715d8
|
@ -45,6 +45,7 @@ InitializationDispatcherWorker (
|
|||
UINTN Index;
|
||||
VOID *HobStart;
|
||||
|
||||
CpuDeadLoop();
|
||||
//
|
||||
// If enable UseSerial, then initialize serial port.
|
||||
// if enable UseRuntimeMemory, then initialize runtime memory status code worker.
|
||||
|
|
|
@ -103,4 +103,4 @@
|
|||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
|
||||
|
||||
[Depex]
|
||||
gEfiDataHubProtocolGuid
|
||||
TRUE
|
Loading…
Reference in New Issue