diff --git a/include/rom.sh b/include/rom.sh index 94abcc3..fa75491 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -255,6 +255,7 @@ cprom() [ $# -gt 0 ] && [ "$1" = "seauboot" ] && \ cbfs "$irom" "$grubdata/bootorder_uboot" bootorder raw; : + printf "Creating new %s image: '%s'\n" "$projectname" "$newrom" x_ mkdir -p "bin/$target" x_ $cpcmd "$irom" "$newrom" }