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 <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-16 15:46:44 +01:00
parent d84a556bf0
commit e1b6ccf69e
7 changed files with 136 additions and 131 deletions
+2 -2
View File
@@ -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()