From e67628c6a5e7a6ac23b4c519a753ead61beae116 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 16 Jun 2024 17:46:58 +0100 Subject: unify coreboot elfdir (DO_NOT_FLASH) use a common string when setting this path Signed-off-by: Leah Rowe --- script/trees | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/trees') diff --git a/script/trees b/script/trees index 5f80c344..13f6d652 100755 --- a/script/trees +++ b/script/trees @@ -78,8 +78,7 @@ build_projects() build_targets() { - [ "$elfdir" = "elf/coreboot" ] && \ - elfdir="elf/coreboot_nopayload_DO_NOT_FLASH" + [ "$elfdir" = "elf/coreboot" ] && elfdir="$cbelfdir" [ -d "$cfgsdir" ] || $err "directory, $cfgsdir, does not exist" [ -f "$listfile" ] || $err "list file, $listfile, does not exist" -- cgit v1.2.1