diff options
author | Simon Glass <sjg@chromium.org> | 2024-10-19 09:21:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-03 21:27:12 -0600 |
commit | 3ef48a7c66eda99654aec3fa63a0465120941bb6 (patch) | |
tree | b0397c0b6c453979bf403d1e70522f90e3005068 /test/py/tests/test_ut.py | |
parent | fbdac8155c8978e02e54fc1a5952e8d53f7a2eee (diff) |
test: Drop the duplicate line in setup_bootmenu_image()
The mkimage call is done twice. Remove the duplicate.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/tests/test_ut.py')
-rw-r--r-- | test/py/tests/test_ut.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/py/tests/test_ut.py b/test/py/tests/test_ut.py index 39aa1035e34..9166c8f6b6e 100644 --- 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: |