Enhance peirebase tool to get base address from the corresponding fv.inf file, which don't need one base address parameter for this tool any longer. We can reduce base address duplicated definition in fv.inf and fpd file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1986 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2006-11-20 09:29:14 +00:00
parent e5d3db39cb
commit 4c50c88544
4 changed files with 90 additions and 8 deletions

View File

@@ -215,6 +215,11 @@ Returns:
&SymFileName
);
//
// free InfFileImage memory
//
free (InfFileImage);
if (EFI_ERROR (Status)) {
switch (Status) {