X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FTools%2FPatchFv.py;h=4421a83bd802e93d84149ae93126e7e1b8467306;hp=2143161d2c204184d3ccce16e45cb2aead9df391;hb=71a6022f690da06e7453489c2b9158f18b7163f3;hpb=70c7664cd3d2689f2ba9ed6bf0de0fc44501f613 diff --git a/IntelFspPkg/Tools/PatchFv.py b/IntelFspPkg/Tools/PatchFv.py index 2143161d2c..4421a83bd8 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"