From e1b6ccf69ec42f24d751466cee00b265fe44e899 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 16 Oct 2025 15:46:44 +0100 Subject: xbmk: sort global variables alphabetically also separate some of the special ones. this makes the variables easier to read/find. Signed-off-by: Leah Rowe --- include/mrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mrc.sh') diff --git a/include/mrc.sh b/include/mrc.sh index f1e31fa7..9c50af5c 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -4,10 +4,10 @@ # 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="" -MRC_hash="" -MRC_board="" SHELLBALL="" extract_refcode() -- cgit v1.2.1