mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
mrc.sh: fix outdated info in the comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-3
@@ -23,9 +23,9 @@ extract_refcode()
|
|||||||
|
|
||||||
[ $# -lt 1 ] && extract_shellball
|
[ $# -lt 1 ] && extract_shellball
|
||||||
|
|
||||||
# cbfstool changed the attributes scheme for stage files,
|
# cbfstool after coreboot 4.13 changed the stage file attribute scheme,
|
||||||
# incompatible with older versions before coreboot 4.14,
|
# and refcode is extracted from an image using the old scheme. we use
|
||||||
# so we need coreboot 4.13 cbfstool for certain refcode files
|
# cbfstool from coreboot 4.11_branch, the tree used by ASUS KGPE-D16
|
||||||
chkvars cbfstoolref
|
chkvars cbfstoolref
|
||||||
mkdir -p "${_refdest%/*}" || err "ref: !mkdir -p ${_refdest%/*}"
|
mkdir -p "${_refdest%/*}" || err "ref: !mkdir -p ${_refdest%/*}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user