fix warning about coreboot elf/ vs bin/

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-10 06:31:26 +01:00
parent 13c58200a4
commit 067a358d4d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ build_targets()
[ $# -gt 0 ] && targets=$@
[ -z "${mode}" ] && x_ mkdir -p "${elfdir}/"
if [ "${project}" != "coreboot" ]; then
if [ "${project}" = "coreboot" ]; then
printf "DO NOT flash coreboot images under elf/. Use ROMs"
printf "under bin/. The elf/ ones DO NOT contain payloads"
printf "will brick your machine.\n" > \