From 211193dc5c732af1b88be0e6c23715f83afd1cb0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 20 Oct 2019 21:31:37 -0600 Subject: binman: Fix up comment in intel-fsp-m This comment references the wrong FSP component. Fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- tools/binman/etype/intel_fsp_m.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 # -# 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 -- cgit v1.2.3