diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 07:21:58 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 07:21:58 +0000 |
commit | dba5c4542c8099b15fd5a6b2c0859936239bd1ec (patch) | |
tree | 8890634d16930c83d015c9d10d2f17ea5c5ea375 /DuetPkg/Library | |
parent | 9638ba6d3f663ba64cb06193f22bc5c70356da64 (diff) | |
download | edk2-platforms-dba5c4542c8099b15fd5a6b2c0859936239bd1ec.tar.xz |
Fix the build failure of DuetBdsLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6733 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/Library')
-rw-r--r-- | DuetPkg/Library/DuetBdsLib/BdsPlatform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c index b8730a8bcf..bb8c9bc563 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c @@ -1,6 +1,6 @@ /*++
-Copyright (c) 2006 - 2007, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -1095,7 +1095,7 @@ Returns: // from the graphic lib
//
if (QuietBoot) {
- Status = EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
+ Status = EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
if (EFI_ERROR (Status)) {
DisableQuietBoot ();
return;
|