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:
Simon Glass 2021-01-06 21:35:14 -07:00
parent 5b378e4d0b
commit 1ecf3b8f27
2 changed files with 1 additions and 2 deletions

View 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

View 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