unify coreboot elfdir (DO_NOT_FLASH)

use a common string when setting this path

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-16 17:46:58 +01:00
parent 8b58c1eac6
commit e67628c6a5
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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"