summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2021-01-06 21:35:14 -0700
committerSimon Glass <[email protected]>2021-01-30 14:25:41 -0700
commit1ecf3b8f274f2fc66317d73532c82639f661f3ef (patch)
tree22950f62af54de78ea1cc979ca8caafe5c0f0341
parent5b378e4d0b88502faac50180d4be10d60a3f49a8 (diff)
binman: Fix a few file comments
Two files have the wrong comment at the top of them. Fix this. Signed-off-by: Simon Glass <[email protected]>
-rw-r--r--tools/binman/etype/u_boot_spl_bss_pad.py1
-rw-r--r--tools/binman/etype/u_boot_spl_nodtb.py2
2 files changed, 1 insertions, 2 deletions
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 <[email protected]>
#
-# Entry-type module for 'u-boot-nodtb.bin'
+# Entry-type module for 'u-boot-spl-nodtb.bin'
#
from binman.entry import Entry