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:
Alice Domage 2025-03-17 15:28:50 +01:00 committed by Norman Feske
parent 8b9d173202
commit 7d60b1f5e7

View File

@ -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