]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Correct the comment for ATF entry type
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 May 2021 12:23:31 +0000 (20:23 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 19 May 2021 09:01:49 +0000 (17:01 +0800)
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>
tools/binman/etype/atf_bl31.py

index 163d71418401146675b972261d4d60edd48f0f9d..2041da416c9ac6a533a88552058ec1a3bc04ecaa 100644 (file)
@@ -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