[U-Boot] [PATCH 28/37] binman: Fix up the _DoTestFile() function -u argument
Simon Glass
sjg at chromium.org
Fri Jun 28 14:09:10 UTC 2019
This should be -u, not -up, since we don't need to preserve the output
directory in this case.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/ftest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 9cec5f42fa3..b1780854cfe 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -208,7 +208,7 @@ class TestFunctional(unittest.TestCase):
if map:
args.append('-m')
if update_dtb:
- args.append('-up')
+ args.append('-u')
if not use_real_dtb:
args.append('--fake-dtb')
if verbosity is not None:
--
2.22.0.410.gd8fdbe21b5-goog
More information about the U-Boot
mailing list