mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
binman: Fix a comment typo in _DoReadFileDtb()
Fix a minor typo in this function. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1900986446
commit
57208ddc8c
@ -546,7 +546,7 @@ class TestFunctional(unittest.TestCase):
|
||||
dtb_data = self._SetupDtb(fname)
|
||||
|
||||
# For testing purposes, make a copy of the DT for SPL and TPL. Add
|
||||
# a node indicating which it is, so aid verification.
|
||||
# a node indicating which it is, to aid verification.
|
||||
for name in ['spl', 'tpl', 'vpl']:
|
||||
dtb_fname = '%s/u-boot-%s.dtb' % (name, name)
|
||||
outfile = os.path.join(self._indir, dtb_fname)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user