]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Fix a few file comments
authorSimon Glass <sjg@chromium.org>
Thu, 7 Jan 2021 04:35:14 +0000 (21:35 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
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
tools/binman/etype/u_boot_spl_nodtb.py

index 596b2bed97eff7bb564ea16c0af186d2f63d9d45..df15cd24ce79ab65b386d9120d9baa0a3c6c681a 100644 (file)
@@ -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
 
index 6f4529396d8aae457e8ad90203b8248e1e9d5707..c154cfde57b4c26668e86dc39025b92733446369 100644 (file)
@@ -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