]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix an issue that the bitmap should be loaded from any FV instead of current FV.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Feb 2008 15:09:28 +0000 (15:09 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Feb 2008 15:09:28 +0000 (15:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4656 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/GraphicsLib/Graphics.c

index 10b144c94406e22a402e21b75a37c3c98f3e9ed8..f2509c19b9136ff60f34806731faf7cc98d469e7 100644 (file)
@@ -131,7 +131,7 @@ Returns:
 \r
 --*/\r
 {\r
-  return PiLibGetSectionFromCurrentFv (\r
+  return PiLibGetSectionFromAnyFv (\r
            FileNameGuid,\r
            EFI_SECTION_RAW,\r
            0,\r