aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-14 15:53:46 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commit6d1d6418645229d5de2f8c52bf6a9ce6a345c2a1 (patch)
tree1c633b52fc54b26d3f29747cc2db327cf4bbaffe /tools
parentb8f0876f1eccc17a1275401ff7bc846235fd3edd (diff)
downloadu-boot-6d1d6418645229d5de2f8c52bf6a9ce6a345c2a1.zip
u-boot-6d1d6418645229d5de2f8c52bf6a9ce6a345c2a1.tar.gz
u-boot-6d1d6418645229d5de2f8c52bf6a9ce6a345c2a1.tar.bz2
binman: Drop an unused input file
Drop this line which is not used or needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/ftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 4d96933..e1fc9e8 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -291,7 +291,6 @@ class TestFunctional(unittest.TestCase):
# Use the compiled test file as the u-boot-dtb input
if use_real_dtb:
dtb_data = self._SetupDtb(fname)
- infile = os.path.join(self._indir, 'u-boot.dtb')
# For testing purposes, make a copy of the DT for SPL and TPL. Add
# a node indicating which it is, so aid verification.