summaryrefslogtreecommitdiff
path: root/include/mrc.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-15 11:22:43 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-15 13:00:14 +0100
commitc14461a56b5203893466eaede7747047668693d8 (patch)
treec20d9fa1cebc3dfb220fb7540413d8132356ae7e /include/mrc.sh
parentd8c2c24507c0999240c74c4b85e33e1646d84e7f (diff)
delete include/vendor.sh and merge elsewhere
move it all to other files where items are used, and not used anywhere else. this reduces the size of vendor.sh. also remove a few redundant variables, or variables that are not meaningfully used. a few items have been moved to include/option.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/mrc.sh')
-rwxr-xr-xinclude/mrc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mrc.sh b/include/mrc.sh
index 43a59d82..4ff067a9 100755
--- a/include/mrc.sh
+++ b/include/mrc.sh
@@ -4,6 +4,8 @@
# Modifications in this version are Copyright 2021 and 2023 Leah Rowe.
# Original copyright detailed in repo: https://review.coreboot.org/coreboot/
+eval "$(setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board)"
+
extract_mrc()
{
[ -z "${MRC_board}" ] && err "extract_mrc $MRC_hash: MRC_board not set"