Reviewed-by: [email protected]
> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Chiu, Chasel > Sent: Friday, September 21, 2018 7:28 AM > To: Desimone, Nathaniel L <[email protected]>; Patrick > Georgi <[email protected]>; [email protected] > Subject: Re: [edk2] [PATCH 2/3] IntelFsp2Pkg: Fix typo in SplitFspBin > > > Reviewed-by: Chasel Chiu <[email protected]> > > -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Desimone, Nathaniel L > Sent: Tuesday, September 18, 2018 11:04 PM > To: Patrick Georgi <[email protected]>; [email protected] > Subject: Re: [edk2] [PATCH 2/3] IntelFsp2Pkg: Fix typo in SplitFspBin > > 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 > _______________________________________________ > 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

