Fixed the bug when set mode value is less than the Max mode value.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4397 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2007-12-17 08:07:15 +00:00
parent aaf5cf8e1d
commit a182eb4624
1 changed files with 0 additions and 5 deletions

View File

@ -289,11 +289,6 @@ Routine Description:
return EFI_OUT_OF_RESOURCES;
}
if (!Private->HardwareNeedsStarting) {
if (Private->ConsoleOutputMode != EfiConsoleControlScreenGraphics) {
return EFI_UNSUPPORTED;
}
}
//
// return the worst status met
//