mirror of https://github.com/acidanthera/audk.git
ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the Sec module
The previous version was using the FD base address. But the FV base address should be used instead. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12138 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e6d572ba03
commit
abb4e5f346
|
@ -34,5 +34,5 @@
|
|||
PeCoffLib
|
||||
|
||||
[Pcd]
|
||||
gArmTokenSpaceGuid.PcdSecureFdBaseAddress
|
||||
gArmTokenSpaceGuid.PcdSecureFvBaseAddress
|
||||
gArmTokenSpaceGuid.PcdNormalFvBaseAddress
|
||||
|
|
Loading…
Reference in New Issue