roms: make the bin/elf message more polite
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
537efc148d
commit
0355a80408
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue