summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-16 17:46:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-16 17:46:58 +0100
commite67628c6a5e7a6ac23b4c519a753ead61beae116 (patch)
treefbbd4a135914cc951cdbc158062bc67452af9be2 /include/lib.sh
parent8b58c1eac6cad89b202527e0486a12680a6ba520 (diff)
unify coreboot elfdir (DO_NOT_FLASH)
use a common string when setting this path Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rwxr-xr-xinclude/lib.sh1
1 files changed, 1 insertions, 0 deletions
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"