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