diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-12 09:02:04 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-12 09:02:04 +0100 |
| commit | b094c60a39e944e5fd7d33a3948b3b0d83c02971 (patch) | |
| tree | 4e7a33a8a97f714af8355dc1b996159041745a0e /include | |
| parent | 798cc7939933720bfa580e07d5cde2446e9ca681 (diff) | |
more variable cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrc.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mrc.sh b/include/mrc.sh index c83cda7b..e75b37e7 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -4,11 +4,7 @@ # Modifications in this version are Copyright 2021,2023-2025 Leah Rowe. # Original copyright detailed in repo: https://review.coreboot.org/coreboot/ -MRC_board="" -MRC_hash="" -MRC_url="" -MRC_url_bkup="" -SHELLBALL="" +eval "`newvar MRC_board MRC_hash MRC_url MRC_url_bkup SHELLBALL`" extract_refcode() { |
