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>
This commit is contained in:
parent
80a4570c99
commit
e9e0db8894
@ -1377,7 +1377,7 @@ class TestFunctional(unittest.TestCase):
|
|||||||
|
|
||||||
def testSymbolsNoDtb(self):
|
def testSymbolsNoDtb(self):
|
||||||
"""Test binman can assign symbols embedded in U-Boot SPL"""
|
"""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,
|
U_BOOT_SPL_NODTB_DATA + U_BOOT_SPL_DTB_DATA,
|
||||||
0x38)
|
0x38)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user