From b4fb2510085dc454ec39fcc55619bd38173776ce Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 24 Jun 2024 18:39:53 +0100 Subject: roms main(): confirm what serprog images are built just like we do for coreboot images, do it for serprog. Signed-off-by: Leah Rowe --- script/roms | 1 + 1 file changed, 1 insertion(+) diff --git a/script/roms b/script/roms index c5d8893b..5a315202 100755 --- a/script/roms +++ b/script/roms @@ -64,6 +64,7 @@ main() [ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled" [ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }" + [ -n "$ser" ] && printf "ROMs (serprog) built in bin/%s/\n" "$ser" printf "Please flash from bin/, NOT elf/ - ALSO:\n%s\n" "$kbnotice" } -- cgit v1.2.1