diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-16 15:46:44 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-16 15:46:44 +0100 |
commit | e1b6ccf69ec42f24d751466cee00b265fe44e899 (patch) | |
tree | b6c8ba5159943a84a8159cf827d6fff82fce9a8f /include/mrc.sh | |
parent | d84a556bf084b4622cf389847ee3f888bb4dbbe5 (diff) |
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>
Diffstat (limited to 'include/mrc.sh')
-rw-r--r-- | include/mrc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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() |