Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yao, Jiewen <[email protected]>
Reviewed-by: "Mudusuru, Giri P" <[email protected]>
Cc: "Rangarajan, Ravi P" <[email protected]>
Cc: "Ma, Maurice" <[email protected]>
---
 IntelFspPkg/Tools/PatchFv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IntelFspPkg/Tools/PatchFv.py b/IntelFspPkg/Tools/PatchFv.py
index 2143161..4421a83 100644
--- a/IntelFspPkg/Tools/PatchFv.py
+++ b/IntelFspPkg/Tools/PatchFv.py
@@ -224,7 +224,7 @@ class Symbols:
         modSymbols  = {}
         fdIn        = open(mapFile, "r")
         reportLine  = fdIn.readline()
-        if reportLine.strip().find("Archive member included because of file 
(symbol)") != -1:
+        if reportLine.strip().find("Archive member included") != -1:
             #GCC
             #                0x0000000000001d55                IoRead8
             patchMapFileMatchString = 
"\s+(0x[0-9a-fA-F]{16})\s+([^\s][^0x][_a-zA-Z0-9\-]+)\s"
-- 
1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to