mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
634aa59d20
commit
7221595471
|
@ -131,7 +131,7 @@ Returns:
|
|||
|
||||
--*/
|
||||
{
|
||||
return PiLibGetSectionFromCurrentFv (
|
||||
return PiLibGetSectionFromAnyFv (
|
||||
FileNameGuid,
|
||||
EFI_SECTION_RAW,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue