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>
25.04_branch
Leah Rowe 2025-05-05 18:14:44 +01:00
parent ffdf93bf90
commit 1e1e65cb43
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}