diff options
author | Zeng, Star <star.zeng@intel.com> | 2021-10-27 19:59:51 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-01 04:32:36 +0000 |
commit | 939c2355daaf94cd7eb2018d15928b9bc471d680 (patch) | |
tree | c8c5925814c5d9acdc30b99bf37b364e1dbfd552 /IntelFsp2Pkg/Tools | |
parent | c8594a53119c72022f8ff5977b01e4e632ca7a04 (diff) | |
download | edk2-939c2355daaf94cd7eb2018d15928b9bc471d680.tar.gz |
IntelFsp2Pkg SplitFspBin.py: Correct file name in file header
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Tools')
-rw-r--r-- | IntelFsp2Pkg/Tools/SplitFspBin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFsp2Pkg/Tools/SplitFspBin.py b/IntelFsp2Pkg/Tools/SplitFspBin.py index 20e329a76e..f9151b5afd 100644 --- a/IntelFsp2Pkg/Tools/SplitFspBin.py +++ b/IntelFsp2Pkg/Tools/SplitFspBin.py @@ -1,4 +1,4 @@ -## @ FspTool.py
+## @ SplitFspBin.py
#
# Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
|