summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rom.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rom.sh b/include/rom.sh
index 98b94926..0eebdabb 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -257,6 +257,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"
}