Re: [U-Boot] [PATCH v2 28/37] binman: Fix up the _DoTestFile() function -u argument

2019-07-17 Thread sjg
This should be -u, not -up, since we don't need to preserve the output
directory in this case.

Signed-off-by: Simon Glass 
---

Changes in v2: None

 tools/binman/ftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v2 28/37] binman: Fix up the _DoTestFile() function -u argument

2019-07-08 Thread Simon Glass
This should be -u, not -up, since we don't need to preserve the output
directory in this case.

Signed-off-by: Simon Glass 
---

Changes in v2: None

 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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot