projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdac81
)
test: Drop the duplicate line in setup_bootmenu_image()
author
Simon Glass
<sjg@chromium.org>
Sat, 19 Oct 2024 15:21:57 +0000
(09:21 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000
(21:27 -0600)
The mkimage call is done twice. Remove the duplicate.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_ut.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_ut.py
b/test/py/tests/test_ut.py
index 39aa1035e34da3b0cde6a1c7439d2c65d060b225..9166c8f6b6e4fb5a1935452872f4000eda28ea57 100644
(file)
--- a/
test/py/tests/test_ut.py
+++ b/
test/py/tests/test_ut.py
@@
-208,8
+208,6
@@
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
cons, f'echo here {kernel} {symlink}')
os.symlink(kernel, symlink)
- u_boot_utils.run_and_log(
- cons, f'mkimage -C none -A arm -T script -d {cmd_fname} {scr_fname}')
complete = True
except ValueError as exc: