From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] arm: rockchip: make_fit_atf: remove unneeded imports
Date: Wed, 25 Apr 2018 10:50:04 +0100 [thread overview]
Message-ID: <20180425095005.12890-1-pbrobinson@gmail.com> (raw)
From: Patrick Uiterwijk <patrick@puiterwijk.org>
These imports are entirely unused in the entire script.
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
arch/arm/mach-rockchip/make_fit_atf.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-rockchip/make_fit_atf.py b/arch/arm/mach-rockchip/make_fit_atf.py
index 7c6dd57678..9a404d1d32 100755
--- a/arch/arm/mach-rockchip/make_fit_atf.py
+++ b/arch/arm/mach-rockchip/make_fit_atf.py
@@ -13,8 +13,6 @@ import getopt
# pip install pyelftools
from elftools.elf.elffile import ELFFile
-from elftools.elf.sections import SymbolTableSection
-from elftools.elf.segments import Segment, InterpSegment, NoteSegment
ELF_SEG_P_TYPE='p_type'
ELF_SEG_P_PADDR='p_paddr'
--
2.17.0
next reply other threads:[~2018-04-25 9:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-25 9:50 Peter Robinson [this message]
2018-04-25 9:50 ` [U-Boot] [PATCH 2/2] config: evb-rk3399: enable make uboot.itb Peter Robinson
2018-04-25 10:04 ` [U-Boot] [U-Boot, " Philipp Tomsich
2018-04-25 10:04 ` Philipp Tomsich
2018-04-26 3:33 ` [U-Boot] [PATCH " Kever Yang
2018-04-26 7:05 ` [U-Boot] [U-Boot, " Philipp Tomsich
2018-04-25 10:04 ` [U-Boot] [U-Boot, 1/2] arm: rockchip: make_fit_atf: remove unneeded imports Philipp Tomsich
2018-04-25 10:04 ` Philipp Tomsich
2018-04-26 7:05 ` Philipp Tomsich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180425095005.12890-1-pbrobinson@gmail.com \
--to=pbrobinson@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox