summaryrefslogtreecommitdiffstats
path: root/UnixPkg/Library
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-24 06:03:18 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-24 06:03:18 +0000
commitb5a1d1d94a464900698cffccdcc8a2e8f6db2a81 (patch)
tree6e125fa84a972f2e3b61aadd460324c7be0ff662 /UnixPkg/Library
parente43e4b3e8cb381cffa146ac8c0f329bbb4c4b593 (diff)
downloadedk2-b5a1d1d94a464900698cffccdcc8a2e8f6db2a81.tar.gz
edk2-b5a1d1d94a464900698cffccdcc8a2e8f6db2a81.tar.bz2
edk2-b5a1d1d94a464900698cffccdcc8a2e8f6db2a81.zip
retried graphics library class from MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6693 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Library')
-rw-r--r--UnixPkg/Library/UnixBdsLib/BdsPlatform.c2
-rw-r--r--UnixPkg/Library/UnixBdsLib/BdsPlatform.h1
-rw-r--r--UnixPkg/Library/UnixBdsLib/PlatformBds.inf1
3 files changed, 1 insertions, 3 deletions
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c
index 7e02767035..42882ca1f3 100644
--- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c
+++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c
@@ -243,7 +243,7 @@ Returns:
// from the graphic lib
//
if (QuietBoot) {
- EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
+ EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
//
// Perform system diagnostic
//
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
index 4935e64bd6..4a697b3536 100644
--- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
+++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h
@@ -32,7 +32,6 @@ Abstract:
#include <Library/PcdLib.h>
#include <Library/GenericBdsLib.h>
#include <Library/PlatformBdsLib.h>
-#include <Library/GraphicsLib.h>
#include <Library/DevicePathLib.h>
#include <Protocol/UnixThunk.h>
diff --git a/UnixPkg/Library/UnixBdsLib/PlatformBds.inf b/UnixPkg/Library/UnixBdsLib/PlatformBds.inf
index 37ea09aedd..ffdec8a2ee 100644
--- a/UnixPkg/Library/UnixBdsLib/PlatformBds.inf
+++ b/UnixPkg/Library/UnixBdsLib/PlatformBds.inf
@@ -72,7 +72,6 @@
BaseMemoryLib
DebugLib
PcdLib
- GraphicsLib
GenericBdsLib
DevicePathLib