roms: remove redundant printf

we don't need this message here, because the final confirmation
at the end of main() says which targets were built. saying what
individual rom images were built is just needless bloat,
especially with the new simplified lbmk design; we no longer
provide lots of rom images with different keymaps, because we
now expect the user to insert a gkb file themselves with cbfstool.

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-24 18:32:18 +01:00
parent c661eca6b9
commit 2960abd008
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ add_seabios_payload()
cprom()
{
printf "Creating target image: %s\n" "$1"
x_ mkdir -p "${1%/*}"; x_ cp "$tmprom" "$1"
[ "$xbmk_release" = "y" ] && mksha512sum "$1" "vendorhashes" && \
x_ ./vendor inject -r "$1" -b "$board" -n nuke; return 0