ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROTOCOL and EFI_EDID_ACTIVE_PROTOCOL
These two EDID protocols are excepted to be produced by the GOP. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12860 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -125,7 +125,7 @@ InitializeDisplay (
|
||||
goto EXIT_ERROR_LCD_SHUTDOWN;
|
||||
}
|
||||
|
||||
Status = LcdPlatformInitializeDisplay ();
|
||||
Status = LcdPlatformInitializeDisplay (Instance->Handle);
|
||||
if (EFI_ERROR(Status)) {
|
||||
goto EXIT_ERROR_LCD_SHUTDOWN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user