From 067a358d4d2e4b6035cef51773b3d1da3f9b2aa3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 10 Oct 2023 06:31:26 +0100 Subject: fix warning about coreboot elf/ vs bin/ Signed-off-by: Leah Rowe --- script/update/project/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update') diff --git a/script/update/project/trees b/script/update/project/trees index 97b12954..8d0a441a 100755 --- a/script/update/project/trees +++ b/script/update/project/trees @@ -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" > \ -- cgit v1.2.1