mirror of https://github.com/acidanthera/audk.git
Previous fix was in error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3668 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
244071a67c
commit
84ea1415db
|
@ -307,7 +307,7 @@ TerminalDriverBindingStart (
|
|||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
TerminalUpdateConsoleDevVariable (L"ConInDev", ParentDevicePath);
|
||||
TerminalUpdateConsoleDevVariable ((L"ConOutDev", ParentDevicePath);
|
||||
TerminalUpdateConsoleDevVariable (L"ConOutDev", ParentDevicePath);
|
||||
TerminalUpdateConsoleDevVariable (L"ErrOutDev", ParentDevicePath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue