rom.sh: Print the rom image path being generated

This message used to exist, and it's a nice feedback
for the user, to confirm that the build went OK.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-05 18:14:44 +01:00
parent dc9fe517cb
commit 8ca06463eb
+1
View File
@@ -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"
}