]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed the bug when set mode value is less than the Max mode value.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Dec 2007 08:07:15 +0000 (08:07 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Dec 2007 08:07:15 +0000 (08:07 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4397 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterGraphics.c

index 54c4f5fab824f0dba362727a07c021f8929124d9..d13d54007036bae56d68502ff74f860a216a6f8f 100644 (file)
@@ -289,11 +289,6 @@ Routine Description:
     return EFI_OUT_OF_RESOURCES;\r
   }\r
 \r
     return EFI_OUT_OF_RESOURCES;\r
   }\r
 \r
-  if (!Private->HardwareNeedsStarting) {\r
-    if (Private->ConsoleOutputMode != EfiConsoleControlScreenGraphics) {\r
-      return EFI_UNSUPPORTED;\r
-    }\r
-  }\r
   //\r
   // return the worst status met\r
   //\r
   //\r
   // return the worst status met\r
   //\r