[U-Boot] [PATCH 12/21] binman: Drop an unused input file
Simon Glass
sjg at chromium.org
Tue May 14 21:53:46 UTC 2019
Drop this line which is not used or needed.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/ftest.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 4d96933cb4..e1fc9e8e9e 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.
--
2.21.0.1020.gf2820cf01a-goog
More information about the U-Boot
mailing list