]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the Sec...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 17:00:09 +0000 (17:00 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Aug 2011 17:00:09 +0000 (17:00 +0000)
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

ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf

index 1e2ef94d7d19e37788b56cc5413895449bedb036..4d6215947082a06e37ae615bc1cfa01e23b588fd 100755 (executable)
@@ -34,5 +34,5 @@
   PeCoffLib\r
 \r
 [Pcd]\r
-  gArmTokenSpaceGuid.PcdSecureFdBaseAddress\r
+  gArmTokenSpaceGuid.PcdSecureFvBaseAddress\r
   gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r