summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-01 15:09:28 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-01 15:09:28 +0000
commit7221595471c0eaf4c3bc0065c8e49c5ef79aee46 (patch)
tree395ceb1af6dd1b92f3439b6cdeba18e8f81b2398 /MdeModulePkg/Library
parent634aa59d20747ebbe5e230b80158fdc88b3bc485 (diff)
downloadedk2-7221595471c0eaf4c3bc0065c8e49c5ef79aee46.zip
edk2-7221595471c0eaf4c3bc0065c8e49c5ef79aee46.tar.gz
edk2-7221595471c0eaf4c3bc0065c8e49c5ef79aee46.tar.bz2
Fix an issue that the bitmap should be loaded from any FV instead of current FV.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4656 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/GraphicsLib/Graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c
index 10b144c..f2509c1 100644
--- a/MdeModulePkg/Library/GraphicsLib/Graphics.c
+++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c
@@ -131,7 +131,7 @@ Returns:
--*/
{
- return PiLibGetSectionFromCurrentFv (
+ return PiLibGetSectionFromAnyFv (
FileNameGuid,
EFI_SECTION_RAW,
0,