From 1e1e65cb4382ae2aa41d1892cbdd00fd665ff407 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 5 May 2025 18:14:44 +0100 Subject: [PATCH] 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 --- include/rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rom.sh b/include/rom.sh index 94abcc3..fa75491 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -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" }