diff options
author | Simon Glass | 2021-03-21 18:24:29 +1300 |
---|---|---|
committer | Simon Glass | 2021-03-27 16:26:48 +1300 |
commit | e9e0db8894523b53af9ecbe1b995fabf3d3c5b78 (patch) | |
tree | ba14d4a8e964da3c2dedf7a4a455a24e740a368f /tools | |
parent | 80a4570c99233cf9c7b30bf77b9c9ab47b41fb15 (diff) |
binman: Use a unique number for the symbols test file
Two test devicetree files currently have 192 as their unique number. Fix
this by separating them out.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/ftest.py | 2 | ||||
-rw-r--r-- | tools/binman/test/196_symbols_nodtb.dts (renamed from tools/binman/test/192_symbols_nodtb.dts) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 5c900d60709..5c900d60709 100644 --- a/tools/binman/test/192_symbols_nodtb.dts +++ b/tools/binman/test/196_symbols_nodtb.dts |