mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
binman: Correct two typos in function names in ftest
Two functions have incorrect names. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
452285294f
commit
093d16868a
1 changed files with 2 additions and 2 deletions
|
@ -1758,7 +1758,7 @@ class TestFunctional(unittest.TestCase):
|
|||
TestFunctional._MakeInputFile('-boot', fd.read())
|
||||
data = self._DoReadFile('096_elf.dts')
|
||||
|
||||
def testElfStripg(self):
|
||||
def testElfStrip(self):
|
||||
"""Basic test of ELF entries"""
|
||||
self._SetupSplElf()
|
||||
with open(self.TestFile('bss_data'), 'rb') as fd:
|
||||
|
@ -1784,7 +1784,7 @@ class TestFunctional(unittest.TestCase):
|
|||
<none> 00000003 00000004 u-boot-align
|
||||
''', map_data)
|
||||
|
||||
def testPacRefCode(self):
|
||||
def testPackRefCode(self):
|
||||
"""Test that an image with an Intel Reference code binary works"""
|
||||
data = self._DoReadFile('100_intel_refcode.dts')
|
||||
self.assertEqual(REFCODE_DATA, data[:len(REFCODE_DATA)])
|
||||
|
|
Loading…
Add table
Reference in a new issue