]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Drop the duplicate line in setup_bootmenu_image()
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:21:57 +0000 (09:21 -0600)
committerTom 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

index 39aa1035e34da3b0cde6a1c7439d2c65d060b225..9166c8f6b6e4fb5a1935452872f4000eda28ea57 100644 (file)
@@ -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: