mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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>
This commit is contained in:
parent
fbdac8155c
commit
3ef48a7c66
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user