summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-27 16:12:30 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-27 16:12:30 +0100
commit732c5908df1fa8f49af34c7bdb98febc801343c7 (patch)
tree8e080e614abbca75d2bf7523a2f67db08fe754df /include
parent119cebc4d8615b669b935b1407deccb4c4198330 (diff)
lib.sh: remove unused cbdir variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/lib.sh1
-rwxr-xr-xinclude/vendor.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/lib.sh b/include/lib.sh
index cddcede9..3f41b872 100755
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -10,7 +10,6 @@ _ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
kbnotice="Insert a .gkb file from config/data/grub/keymap/ as keymap.gkb \
if you want a custom keymap in GRUB; use cbfstool from elf/cbfstool."
-cbdir="src/coreboot/default"
cbelfdir="elf/.coreboot_nopayload_DO_NOT_FLASH"
ifdtool="elf/ifdtool/default/ifdtool"
cbfstool="elf/cbfstool/default/cbfstool"
diff --git a/include/vendor.sh b/include/vendor.sh
index d1a243e3..0eb9f3f0 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -24,7 +24,7 @@ eval `setvars "" EC_url_bkup EC_hash DL_hash DL_url_bkup MRC_refcode_gbe vcfg \
CONFIG_VGA_BIOS_FILE CONFIG_VGA_BIOS_ID CONFIG_KBC1126_FW1 release DL_url \
CONFIG_INCLUDE_SMSC_SCH5545_EC_FW CONFIG_SMSC_SCH5545_EC_FW_FILE nukemode \
CONFIG_IFD_BIN_PATH CONFIG_MRC_FILE CONFIG_HAVE_REFCODE_BLOB cbfstoolref \
- CONFIG_REFCODE_BLOB_FILE`
+ CONFIG_REFCODE_BLOB_FILE cbdir`
vendor_download()
{