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 --- include/lib.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lib.sh') diff --git a/include/lib.sh b/include/lib.sh index bf734f3a..9f722313 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -10,6 +10,7 @@ _ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" tmpdir_was_set="y" cbdir="src/coreboot/default" +cbelfdir="elf/coreboot_nopayload_DO_NOT_FLASH" ifdtool="elf/ifdtool/default/ifdtool" cbfstool="elf/cbfstool/default/cbfstool" tmpgit="$PWD/tmp/gitclone" -- cgit v1.2.1