mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
test: Fix inpected typo in upl test
Fix a typo in the test comment. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1604b4254b
commit
5e0c63d04c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def test_upl_handoff(u_boot_console):
|
||||||
proper and runs a test to check that the parameters are correct.
|
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
|
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 inspected in upl_test_info_norun
|
||||||
"""
|
"""
|
||||||
cons = u_boot_console
|
cons = u_boot_console
|
||||||
ram = os.path.join(cons.config.build_dir, 'ram.bin')
|
ram = os.path.join(cons.config.build_dir, 'ram.bin')
|
||||||
|
|
Loading…
Add table
Reference in a new issue