mrc.sh: fix outdated info in the comment

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-09 20:21:58 +01:00
parent 23486abef3
commit 6e521c2e1e
+3 -3
View File
@@ -23,9 +23,9 @@ extract_refcode()
[ $# -lt 1 ] && extract_shellball
# cbfstool changed the attributes scheme for stage files,
# incompatible with older versions before coreboot 4.14,
# so we need coreboot 4.13 cbfstool for certain refcode files
# cbfstool after coreboot 4.13 changed the stage file attribute scheme,
# and refcode is extracted from an image using the old scheme. we use
# cbfstool from coreboot 4.11_branch, the tree used by ASUS KGPE-D16
chkvars cbfstoolref
mkdir -p "${_refdest%/*}" || err "ref: !mkdir -p ${_refdest%/*}"