aboutsummaryrefslogtreecommitdiff
path: root/tools/rmboard.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-08-29 11:36:15 -0600
committerSimon Glass <sjg@chromium.org>2020-09-22 12:50:43 -0600
commit2b522f1e79c358465886f90e2923764f58cca81d (patch)
tree6e06af753489c21f48cde5c04a77b46390e1bcb4 /tools/rmboard.py
parent9fbfaba0a707eb4af2792b966a4f296f7778404f (diff)
downloadu-boot-2b522f1e79c358465886f90e2923764f58cca81d.zip
u-boot-2b522f1e79c358465886f90e2923764f58cca81d.tar.gz
u-boot-2b522f1e79c358465886f90e2923764f58cca81d.tar.bz2
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/rmboard.py')
-rwxr-xr-xtools/rmboard.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/rmboard.py b/tools/rmboard.py
index 06c3562..de68563 100755
--- a/tools/rmboard.py
+++ b/tools/rmboard.py
@@ -28,9 +28,6 @@ import os
import re
import sys
-# Bring in the patman libraries
-our_path = os.path.dirname(os.path.realpath(__file__))
-
from patman import command
def rm_kconfig_include(path):