summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-08-29 20:36:15 +0300
committerSimon Glass <sjg@chromium.org>2020-09-22 21:50:43 +0300
commit2b522f1e79c358465886f90e2923764f58cca81d (patch)
tree6e06af753489c21f48cde5c04a77b46390e1bcb4 /tools/binman/entry.py
parent9fbfaba0a707eb4af2792b966a4f296f7778404f (diff)
downloadu-boot-2b522f1e79c358465886f90e2923764f58cca81d.tar.xz
tools: Drop unnecessary use of __file__
There are few places where the path of the current modules is calculated but not used. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/entry.py')
-rw-r--r--tools/binman/entry.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py
index 3434a3f804..c17a98958b 100644
--- a/tools/binman/entry.py
+++ b/tools/binman/entry.py
@@ -16,8 +16,6 @@ from patman import tout
modules = {}
-our_path = os.path.dirname(os.path.realpath(__file__))
-
# An argument which can be passed to entries on the command line, in lieu of
# device-tree properties.