]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the build failure of DuetBdsLib.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Nov 2008 07:21:58 +0000 (07:21 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Nov 2008 07:21:58 +0000 (07:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6733 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/Library/DuetBdsLib/BdsPlatform.c

index b8730a8bcfa1075334b72f1871e3dab6dab362e0..bb8c9bc56328688298fc5d769bc5ca240c2f9ade 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -1095,7 +1095,7 @@ Returns:
   // from the graphic lib\r
   //\r
   if (QuietBoot) {\r
-    Status = EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);\r
+    Status = EnableQuietBoot (&gEfiDefaultBmpLogoGuid);\r
     if (EFI_ERROR (Status)) {\r
       DisableQuietBoot ();\r
       return;\r