roms: make the bin/elf message more polite

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-24 17:42:58 +01:00 committed by Leah Rowe
parent 537efc148d
commit 0355a80408
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ main()
[ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled"
[ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }"
printf "DO NOT flash from elf/ - use bin/ - ALSO:\n%s\n" "$kbnotice"
printf "Please flash from bin/, NOT elf/ - ALSO:\n%s\n" "$kbnotice"
}
mkserprogfw()