Reviewed-by: Nate DeSimone <[email protected]>

On 9/18/18, 6:32 AM, "edk2-devel on behalf of Patrick Georgi" 
<[email protected] on behalf of [email protected]> wrote:

    Signed-off-by: Patrick Georgi <[email protected]>
    Contributed-under: TianoCore Contribution Agreement 1.1
    ---
     IntelFsp2Pkg/Tools/SplitFspBin.py | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/IntelFsp2Pkg/Tools/SplitFspBin.py 
b/IntelFsp2Pkg/Tools/SplitFspBin.py
    index bd5507c2fa..ac864492e8 100755
    --- a/IntelFsp2Pkg/Tools/SplitFspBin.py
    +++ b/IntelFsp2Pkg/Tools/SplitFspBin.py
    @@ -726,7 +726,7 @@ def SplitFspBin (fspfile, outdir, nametemplate):
             fspname, ext = os.path.splitext(os.path.basename(nametemplate))
             filename = os.path.join(outdir, fspname + '_' + fsp.Type + ext)
             hfsp = open(filename, 'wb')
    -        print ("Ceate FSP component file '%s'" % filename)
    +        print ("Create FSP component file '%s'" % filename)
             for fvidx in fsp.FvIdxList:
                 fv = fd.FvList[fvidx]
                 hfsp.write(fv.FvData)
    -- 
    2.19.0.397.gdd90340f6a-goog
    
    _______________________________________________
    edk2-devel mailing list
    [email protected]
    https://lists.01.org/mailman/listinfo/edk2-devel
    

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

Reply via email to