summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Uiterwijk <[email protected]>2018-04-25 10:50:04 +0100
committerPhilipp Tomsich <[email protected]>2018-04-25 22:20:06 +0200
commitced3c10fd28dd2c9658a575a136802adf87df611 (patch)
treefc7bc13911be3138df57f89307dbed6eda851086
parentfd9e0fe0e3f087fd5abec19ebf620c7a79a93040 (diff)
arm: rockchip: make_fit_atf: remove unneeded imports
These imports are entirely unused in the entire script. Signed-off-by: Patrick Uiterwijk <[email protected]> Signed-off-by: Peter Robinson <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
-rwxr-xr-xarch/arm/mach-rockchip/make_fit_atf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/make_fit_atf.py b/arch/arm/mach-rockchip/make_fit_atf.py
index 7c6dd576781..9a404d1d324 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'