This commit is contained in:
Gerd Hoffmann 2026-08-26 22:51:07 +00:00 committed by GitHub
commit e03f809cb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -783,6 +783,7 @@ PreparePciDisplayDevicePath (
DevicePath = GopDevicePath;
EfiBootManagerUpdateConsoleVariable (ConOut, DevicePath, NULL);
EfiBootManagerUpdateConsoleVariable (ErrOut, DevicePath, NULL);
return EFI_SUCCESS;
}