From b094c60a39e944e5fd7d33a3948b3b0d83c02971 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 12 Sep 2026 09:02:04 +0100 Subject: [PATCH] more variable cleanup Signed-off-by: Leah Rowe --- include/mrc.sh | 6 +----- 1 file changed, 1 insertion(+), 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() {