projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1900986
)
binman: Fix a comment typo in _DoReadFileDtb()
author
Simon Glass
<sjg@chromium.org>
Sat, 20 Jul 2024 10:49:40 +0000
(11:49 +0100)
committer
Simon Glass
<sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000
(08:42 -0600)
Fix a minor typo in this function.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
patch
|
blob
|
history
diff --git
a/tools/binman/ftest.py
b/tools/binman/ftest.py
index e4da04030a51e6fe921497e53f49cafcf97e73f6..bb691cb3ff2e2081849b64050378fce563ebf10e 100644
(file)
--- a/
tools/binman/ftest.py
+++ b/
tools/binman/ftest.py
@@
-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,
s
o aid verification.
+ # a node indicating which it is,
t
o 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)