summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 20:23:31 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 17:01:49 +0800
commit2892300ed4fc612984d95ddfa23ae5a5f42749dc (patch)
tree2af2ad84eea21f087e9d0bd9bf79fae09975ef9a /tools
parent2817c9dd32290da3026ec532355675d62a0809e8 (diff)
downloadu-boot-2892300ed4fc612984d95ddfa23ae5a5f42749dc.tar.gz
u-boot-2892300ed4fc612984d95ddfa23ae5a5f42749dc.tar.xz
u-boot-2892300ed4fc612984d95ddfa23ae5a5f42749dc.zip
binman: Correct the comment for ATF entry type
This is wrongly referring to Intel ME, which should be ATF. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/etype/atf_bl31.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/atf_bl31.py b/tools/binman/etype/atf_bl31.py
index 163d714184..2041da416c 100644
--- a/tools/binman/etype/atf_bl31.py
+++ b/tools/binman/etype/atf_bl31.py
@@ -2,7 +2,7 @@
# Copyright 2020 Google LLC
# Written by Simon Glass <sjg@chromium.org>
#
-# Entry-type module for Intel Management Engine binary blob
+# Entry-type module for ARM Trusted Firmware binary blob
#
from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg