mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 06:34:30 +02:00
Fix the build failure of DuetBdsLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6733 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9638ba6d3f
commit
dba5c4542c
@ -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
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -1095,7 +1095,7 @@ Returns:
|
|||||||
// from the graphic lib
|
// from the graphic lib
|
||||||
//
|
//
|
||||||
if (QuietBoot) {
|
if (QuietBoot) {
|
||||||
Status = EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
|
Status = EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
DisableQuietBoot ();
|
DisableQuietBoot ();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user