From a56cad71c08ab87195823ba44fd2167aeab0802c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 4 Sep 2023 17:47:13 +0100 Subject: update/blobs: unify global variables they all more or less use the same variables, so put them all under include/blobutil.sh Signed-off-by: Leah Rowe --- script/update/blobs/inject | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'script/update/blobs/inject') diff --git a/script/update/blobs/inject b/script/update/blobs/inject index 9d3d4678..b68e6f11 100755 --- a/script/update/blobs/inject +++ b/script/update/blobs/inject @@ -7,38 +7,7 @@ . "include/err.sh" . "include/defconfig.sh" - -sname="" -archive="" -_filetype="" -rom="" -board="" -modifygbe="" -new_mac="" -release="" -releasearchive="" - -cbdir="coreboot/default" -cbcfgsdir="config/coreboot" -ifdtool="cbutils/default/ifdtool" -cbfstool="cbutils/default/cbfstool" -nvmutil="util/nvmutil/nvm" -boarddir="" -pciromsdir="pciroms" - -CONFIG_HAVE_MRC="" -CONFIG_HAVE_ME_BIN="" -CONFIG_ME_BIN_PATH="" -CONFIG_KBC1126_FIRMWARE="" -CONFIG_KBC1126_FW1="" -CONFIG_KBC1126_FW1_OFFSET="" -CONFIG_KBC1126_FW2="" -CONFIG_KBC1126_FW2_OFFSET="" -CONFIG_VGA_BIOS_FILE="" -CONFIG_VGA_BIOS_ID="" -CONFIG_GBE_BIN_PATH="" -CONFIG_INCLUDE_SMSC_SCH5545_EC_FW="" -CONFIG_SMSC_SCH5545_EC_FW_FILE="" +. "include/blobutil.sh" main() { -- cgit v1.2.1