From: Simon Glass Date: Thu, 7 Jan 2021 04:35:14 +0000 (-0700) Subject: binman: Fix a few file comments X-Git-Tag: v2021.10~339^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ecf3b8f274f2fc66317d73532c82639f661f3ef;p=platform%2Fkernel%2Fu-boot.git binman: Fix a few file comments Two files have the wrong comment at the top of them. Fix this. Signed-off-by: Simon Glass --- diff --git a/tools/binman/etype/u_boot_spl_bss_pad.py b/tools/binman/etype/u_boot_spl_bss_pad.py index 596b2bed97..df15cd24ce 100644 --- a/tools/binman/etype/u_boot_spl_bss_pad.py +++ b/tools/binman/etype/u_boot_spl_bss_pad.py @@ -9,7 +9,6 @@ from binman import elf from binman.entry import Entry -from patman import command from binman.etype.blob import Entry_blob from patman import tools diff --git a/tools/binman/etype/u_boot_spl_nodtb.py b/tools/binman/etype/u_boot_spl_nodtb.py index 6f4529396d..c154cfde57 100644 --- a/tools/binman/etype/u_boot_spl_nodtb.py +++ b/tools/binman/etype/u_boot_spl_nodtb.py @@ -2,7 +2,7 @@ # Copyright (c) 2016 Google, Inc # Written by Simon Glass # -# Entry-type module for 'u-boot-nodtb.bin' +# Entry-type module for 'u-boot-spl-nodtb.bin' # from binman.entry import Entry