"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: Fix inpected typo in upl test

Fix a typo in the test comment.

Signed-off-by: Simon Glass <sjg@chromium.org>

authored by

Simon Glass and committed by
Tom Rini
5e0c63d0 1604b425

+1 -1
+1 -1
test/py/tests/test_upl.py
··· 17 17 proper and runs a test to check that the parameters are correct. 18 18 19 19 The entire FIT is loaded into memory in SPL (in upl_load_from_image()) so 20 - that it can be inpected in upl_test_info_norun 20 + that it can be inspected in upl_test_info_norun 21 21 """ 22 22 cons = u_boot_console 23 23 ram = os.path.join(cons.config.build_dir, 'ram.bin')