diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-01 15:09:28 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-01 15:09:28 +0000 |
commit | 7221595471c0eaf4c3bc0065c8e49c5ef79aee46 (patch) | |
tree | 395ceb1af6dd1b92f3439b6cdeba18e8f81b2398 /MdeModulePkg/Library/GraphicsLib/Graphics.c | |
parent | 634aa59d20747ebbe5e230b80158fdc88b3bc485 (diff) | |
download | edk2-platforms-7221595471c0eaf4c3bc0065c8e49c5ef79aee46.tar.xz |
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/GraphicsLib/Graphics.c')
-rw-r--r-- | MdeModulePkg/Library/GraphicsLib/Graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c index 10b144c944..f2509c19b9 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,
|