binman: Fix a few file comments
Two files have the wrong comment at the top of them. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5b378e4d0b
commit
1ecf3b8f27
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user