move cbcfgsdir variable to vendor.sh
it's only ever used here Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
810ad480da
commit
78f7e429ec
|
@ -8,7 +8,6 @@ export LC_ALL=C
|
|||
|
||||
tmpdir_was_set="y"
|
||||
cbdir="src/coreboot/default"
|
||||
cbcfgsdir="config/coreboot"
|
||||
ifdtool="cbutils/default/ifdtool"
|
||||
cbfstool="cbutils/default/cbfstool"
|
||||
tmpgit="$PWD/tmp/gitclone"
|
||||
|
|
|
@ -13,6 +13,7 @@ uefiextract="$PWD/src/uefitool/uefiextract"
|
|||
nvmutil="util/nvmutil/nvm"
|
||||
vendir="vendorfiles"
|
||||
appdir="$vendir/app"
|
||||
cbcfgsdir="config/coreboot"
|
||||
|
||||
eval "$(setvars "" _b EC_url_bkup EC_hash DL_hash DL_url_bkup MRC_refcode_gbe \
|
||||
E6400_VGA_DL_hash E6400_VGA_DL_url E6400_VGA_DL_url_bkup E6400_VGA_offset \
|
||||
|
|
Loading…
Reference in New Issue