mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +00:00
tool/run/image/uboot: do not tag FIT image
Do not tag FIT image with arch and OS type when creating FIT image. Issue genodelabs#5482
This commit is contained in:
parent
8b9d173202
commit
7d60b1f5e7
@ -75,7 +75,7 @@ proc run_image { } {
|
||||
close $fd
|
||||
exec $dtc [run_dir]/dummy.dts -o [run_dir]/dummy.dtb
|
||||
|
||||
exec mkimage -f auto -A $arch -O linux -T kernel -C $compress_type -a $load_addr \
|
||||
exec mkimage -f auto -T kernel -C $compress_type -a $load_addr \
|
||||
-e $entrypoint -b [run_dir]/dummy.dtb -d $bin_img$bin_ext $uboot_img
|
||||
|
||||
# cleanup dummy files
|
||||
|
Loading…
x
Reference in New Issue
Block a user