summaryrefslogtreecommitdiff
path: root/script/roms
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-24 18:32:18 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-24 18:32:18 +0100
commit2960abd0088f46bf9b729e61d494b10b99601a45 (patch)
treef3a1bf122bbaf5b1148901cefc34e82e7f92a5ac /script/roms
parentc661eca6b9e84c7ba036434e84461dd05727e832 (diff)
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>
Diffstat (limited to 'script/roms')
-rwxr-xr-xscript/roms1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/roms b/script/roms
index 06f58724..8589f07b 100755
--- a/script/roms
+++ b/script/roms
@@ -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