diff options
Diffstat (limited to 'UnixPkg/Library/UnixBdsLib/BdsPlatform.c')
-rw-r--r-- | UnixPkg/Library/UnixBdsLib/BdsPlatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c index cbbfc4e227..bac2cfd6cc 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c @@ -281,7 +281,7 @@ Returns: // from the graphic lib
//
if (QuietBoot) {
- EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
+ EnableQuietBoot (PcdGetPtr(PcdLogoFile));
//
// Perform system diagnostic
//
|