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
parent
ffdf93bf90
commit
1e1e65cb43
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue