base-foc: Print location of the boot image

This commit is contained in:
Norman Feske 2012-06-21 12:22:06 +02:00
parent ff7f6334bc
commit 23704c770f
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ proc build_boot_image_arm {binaries} {
}
exec cp [bin_dir]/bootstrap.elf [run_dir]/image.elf
puts stderr "\nboot image: [run_dir]/image.elf\n"
}