diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-24 18:39:53 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-24 18:39:53 +0100 |
commit | b4fb2510085dc454ec39fcc55619bd38173776ce (patch) | |
tree | bb9effba554352152bbbb0f1486b8acc3a837c23 /script | |
parent | 5e2308ce054f52e39644769728a5b6e8e9cb4426 (diff) |
roms main(): confirm what serprog images are built
just like we do for coreboot images, do it for serprog.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-x | script/roms | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |