diff mbox series

[05/10] binman: Fix a few file comments

Message ID 20210106213503.5.Id96ae0b503ef09529d8e900bd6dcf63bb046ffc4@changeid
State Accepted
Commit 1ecf3b8f274f2fc66317d73532c82639f661f3ef
Delegated to: Simon Glass
Headers show
Series binman: Various minor fixes and improvement | expand

Commit Message

Simon Glass Jan. 7, 2021, 4:35 a.m. UTC
Two files have the wrong comment at the top of them. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/etype/u_boot_spl_bss_pad.py | 1 -
 tools/binman/etype/u_boot_spl_nodtb.py   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Simon Glass Jan. 23, 2021, 5:27 p.m. UTC | #1
Two files have the wrong comment at the top of them. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/etype/u_boot_spl_bss_pad.py | 1 -
 tools/binman/etype/u_boot_spl_nodtb.py   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/binman/etype/u_boot_spl_bss_pad.py b/tools/binman/etype/u_boot_spl_bss_pad.py
index 596b2bed97e..df15cd24ce7 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 6f4529396d8..c154cfde57b 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 <sjg@chromium.org>
 #
-# Entry-type module for 'u-boot-nodtb.bin'
+# Entry-type module for 'u-boot-spl-nodtb.bin'
 #
 
 from binman.entry import Entry