diff options
author | Simon Glass <sjg@chromium.org> | 2019-05-14 15:53:46 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-07-10 16:52:58 -0600 |
commit | 6d1d6418645229d5de2f8c52bf6a9ce6a345c2a1 (patch) | |
tree | 1c633b52fc54b26d3f29747cc2db327cf4bbaffe /tools | |
parent | b8f0876f1eccc17a1275401ff7bc846235fd3edd (diff) | |
download | u-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.py | 1 |
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. |