diff options
| author | Patrick Uiterwijk <[email protected]> | 2018-04-25 10:50:04 +0100 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2018-04-25 22:20:06 +0200 |
| commit | ced3c10fd28dd2c9658a575a136802adf87df611 (patch) | |
| tree | fc7bc13911be3138df57f89307dbed6eda851086 | |
| parent | fd9e0fe0e3f087fd5abec19ebf620c7a79a93040 (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-x | arch/arm/mach-rockchip/make_fit_atf.py | 2 |
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' |
