From 7d60b1f5e7dc3623651e76b56befa42dbcf0e981 Mon Sep 17 00:00:00 2001 From: Alice Domage Date: Mon, 17 Mar 2025 15:28:50 +0100 Subject: [PATCH] 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 --- tool/run/image/uboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run/image/uboot b/tool/run/image/uboot index 063a19c0be..703e630362 100644 --- a/tool/run/image/uboot +++ b/tool/run/image/uboot @@ -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