git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1604b42
)
test: Fix inpected typo in upl test
author
Simon Glass
<sjg@chromium.org>
Sat, 11 Jan 2025 00:00:15 +0000
(17:00 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 22 Jan 2025 21:58:04 +0000
(15:58 -0600)
Fix a typo in the test comment.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_upl.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_upl.py
b/test/py/tests/test_upl.py
index
3164bda
..
90125c4
100644
(file)
--- a/
test/py/tests/test_upl.py
+++ b/
test/py/tests/test_upl.py
@@
-17,7
+17,7
@@
def test_upl_handoff(u_boot_console):
proper and runs a test to check that the parameters are correct.
The entire FIT is loaded into memory in SPL (in upl_load_from_image()) so
- that it can be inpected in upl_test_info_norun
+ that it can be in
s
pected in upl_test_info_norun
"""
cons = u_boot_console
ram = os.path.join(cons.config.build_dir, 'ram.bin')