[PATCH 1/2] binman: Use a unique number for the symbols test file

Simon Glass sjg at chromium.org
Fri Mar 19 01:44:13 CET 2021


Two test devicetree files currently have 192 as their unique number. Fix
this by separating them out.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/ftest.py                                           | 2 +-
 .../test/{192_symbols_nodtb.dts => 196_symbols_nodtb.dts}       | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tools/binman/test/{192_symbols_nodtb.dts => 196_symbols_nodtb.dts} (100%)

diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 81c213a908a..34449553ca0 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -1377,7 +1377,7 @@ class TestFunctional(unittest.TestCase):
 
     def testSymbolsNoDtb(self):
         """Test binman can assign symbols embedded in U-Boot SPL"""
-        self.checkSymbols('192_symbols_nodtb.dts',
+        self.checkSymbols('196_symbols_nodtb.dts',
                           U_BOOT_SPL_NODTB_DATA + U_BOOT_SPL_DTB_DATA,
                           0x38)
 
diff --git a/tools/binman/test/192_symbols_nodtb.dts b/tools/binman/test/196_symbols_nodtb.dts
similarity index 100%
rename from tools/binman/test/192_symbols_nodtb.dts
rename to tools/binman/test/196_symbols_nodtb.dts
-- 
2.31.0.rc2.261.g7f71774620-goog



More information about the U-Boot mailing list