diff options
author | Simon Glass <sjg@chromium.org> | 2019-10-20 21:31:37 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-11-02 18:00:51 +0800 |
commit | 211193dc5c732af1b88be0e6c23715f83afd1cb0 (patch) | |
tree | 520ab2071cb21b51236bc12d5274c3f78f30222a /tools | |
parent | 998d1482cdf980c083cdd95078fd86b53f963c41 (diff) | |
download | u-boot-211193dc5c732af1b88be0e6c23715f83afd1cb0.tar.gz |
binman: Fix up comment in intel-fsp-m
This comment references the wrong FSP component. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/etype/intel_fsp_m.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/intel_fsp_m.py b/tools/binman/etype/intel_fsp_m.py index 2d6b2b6621..bb1de73e41 100644 --- a/tools/binman/etype/intel_fsp_m.py +++ b/tools/binman/etype/intel_fsp_m.py @@ -2,7 +2,7 @@ # Copyright 2019 Google LLC # Written by Simon Glass <sjg@chromium.org> # -# Entry-type module for Intel Firmware Support Package binary blob (T section) +# Entry-type module for Intel Firmware Support Package binary blob (M section) # from entry import Entry |